Answers for "change the user group of folder linux"

C
1

change the user group of folder linux

# You might need to use sudo with this command
# Change group
chgrp [USER] [FILE]
chgrp -R [USER] [FOLDER]

# Change owner
chown [USER] [FILE]
chown -R [USER] [FOLDER]
Posted by: Guest on October-20-2021

Code answers related to "change the user group of folder linux"

Code answers related to "C"

Browse Popular Code Answers by Language