Answers for "change user linuxcommand ch"

4

change user linuxcommand ch

chown USER:GROUP FILE

Change the user and grop for an entire folder:
chown -R USER:GROUP FILE
Posted by: Guest on June-30-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language