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

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

Code answers related to "chmod: changing permissions of : Read-only file system and writeable"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language