Dave’s Brain
Home
Search
Browse
Recent
Keywords
Other sites
Feedback
Sign in
Random
Crawlers
Computer Tips
- Linux: How can I change the owner and group of a tree of files?
Date:
2014sep12
OS:
Linux
Q.
Linux: How can I change the owner and group of a tree of files?
A.
chown -R MYUSER.MYGROUP MYTREE
eg:
chown -R jsmith.jsmith /home/jsmith