Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

ssh set owner recursive

chown -R owner:group .

You can replace the . with a specific file name or folder name or path.
Note that doing this recursively will also set the same permissions on the
parent folder of the items you are changing.
 
PREVIOUS NEXT
Tagged: #ssh #set #owner #recursive
ADD COMMENT
Topic
Name
5+2 =