First page Back Continue Last page Overview Graphics
Example 1-10
Changing ownerships of a file or directory chmod
Each file and directory on Linux file system belong to a given user and group. To change the ownership of a file use command
chown user.group name_file
To change ownership of all files and subdirectories under a given directory use command chmod -R