Answers for "changing file permission in bash"

15

how to change permissions on a file in linux

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

change file permissions terminal

#navigate to the folder
#check permissions in calculator https://chmod-calculator.com/
#use command chmod
chmod 755 "file_name.txt"
Posted by: Guest on January-31-2022

Code answers related to "changing file permission in bash"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language