Friday, September 26, 2014

Linux, change all file ownership in a directory and all sub-directories recursively




For example, I want to change the ownership of all files in the directory "html" and its sub-directories recursively to jiansen in Linux:
sudo chown -R jiansen html

No comments:

Post a Comment