Answers for "ssh set owner recursive"

0

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.
Posted by: Guest on October-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language