chown – change the user and/or group ownership of a given file or directory.
-R parameter for recursive traverse through all contents where command is run from.
Note: only a user with root access can use the chown command.
Example: chown -R root:name_of_group name_of_folder
No comments:
Post a Comment