Answers for "ubuntu change file permisions"

4

give permission to file ubuntu

sudo chmod 777 /path
Posted by: Guest on October-20-2021
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 "Shell/Bash"

Browse Popular Code Answers by Language