DISQUS

DISQUS Hello! Tech-Recipes is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Tech-Recipes

Cookbook of Tech Tutorials
Jump to original thread »
Author

Recursively change the owner of all files in a directory

Started by qdideas · 9 ヶ月 ago

Using the chown command, the owner of unix files can be changed. An option of chown allows you to change the ownership of all files and subdirectories of a directory.

To change the owner to webmaster of all files in the directory called html in the current working directory:
chown -R web ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login