Answers for "change file read only permissions linux"

0

chmod: changing permissions of : Read-only file system and writeable

sudo mount -o remount,rw '/media/username/drivename'
sudo chmod ugo+wx /media/username/drive name
Posted by: Guest on September-27-2021
0

change file read only permissions linux

“sudo chmod a+rwx /path/to/file” into the terminal, 
replacing “/path/to/file” with the file you want to give 
permissions to everyone for, and press “Enter.”
Posted by: Guest on April-20-2022

Code answers related to "change file read only permissions linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language