coreutils: Changing file attributes

1 
1 13 Changing file attributes
1 ***************************
1 
11 A file is not merely its contents, a name, and a file type (⇒
 Special file types).  A file also has an owner (a user ID), a group (a
1 group ID), permissions (what the owner can do with the file, what people
1 in the group can do, and what everyone else can do), various timestamps,
1 and other information.  Collectively, we call these a file’s
1 “attributes”.
1 
1    These commands change file attributes.
1 

Menu