Answers for "chown command"

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
0

chown command

sudo chown www-data:www-data -R assets/ data/
Posted by: Guest on March-09-2021
2

chown

Examples
chown root /u
Change the owner of /u to "root".
chown root:staff /u
Likewise, but also change its group to "staff".
chown -hR root /u
Change the owner of /u and subfiles to "root".
Posted by: Guest on April-03-2020
1

linux chown

chown [OPTIONS] USER[:GROUP] FILE(s)
Posted by: Guest on June-10-2020

Browse Popular Code Answers by Language