Answers for "in linux, to add the read permission to all users in one line we use: *"

1

sudo add permissions to user

usermod -aG sudo newuser
Posted by: Guest on November-12-2021
1

how to give all permission to a directory in linux

sudo chmod -R ugo+rwx /path/to/folder

// @Zenonymous
Posted by: Guest on December-17-2021

Code answers related to "in linux, to add the read permission to all users in one line we use: *"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language