Change Ownership of Files / Folders Recursively

Use the following from terminal:

chown – R user:group /dir

eg. to change the etc/ices/ directory and all recursive files and folders to the user ices of group music you would type the following

chown – R ices:music /etc/ices

Print Friendly, PDF & Email

More Like This


Categories


Linux
  • Post a comment