Return to Snippet

Revision: 52265
at October 18, 2011 13:26 by klovera


Initial Code
# chown -R [owner]:[group] [location]
# -R = recursive

# Ex:
chown -R apache:apache /pathtolocation

Initial URL

                                

Initial Description

                                

Initial Title
Change File/Folder Ownership

Initial Tags

                                

Initial Language
Bash