Answers for "add read permission to file on linux"

3

give permission to file ubuntu

sudo chmod 777 /path
Posted by: Guest on October-20-2021
15

how to change permissions on a file in linux

sudo chmod -R ugo+rwx /file/path
Posted by: Guest on May-08-2020

Code answers related to "add read permission to file on linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language