Answers for "change ownership of file linux of a folder and file"

2

change owner of all the files from a directory linux

chown -R username:group directory
Posted by: Guest on September-04-2020
3

change owner of file in linux

chown USER:GROUP FILE
Posted by: Guest on July-22-2021

Code answers related to "change ownership of file linux of a folder and file"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language