Answers for "how to give full permission to another user linux"

3

linux give full permission to directory

# Change permissions for the root file/dir only
chmod 777 path/to/directory/
# Or
chmod 777 path/to/file
# Change permission for root dir and all files/dirs within
chmod -R 777 path/to/directory/
Posted by: Guest on April-06-2020
1

how to give permission to a user in linux on a folder

sudo chmod u+w myfolder
Posted by: Guest on October-28-2020
0

how to give full permission to another user linux

give full permssion to ext hard
sudo chown username: /media/EXT1_MALATYA
Posted by: Guest on September-17-2021

Code answers related to "how to give full permission to another user linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language