Horje
how to give full permission to another user linux Code Example
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/
how to give permission to a user in linux on a folder
sudo chmod u+w myfolder
how to give full permission to another user linux
give full permssion to ext hard
sudo chown username: /media/EXT1_MALATYA




Shell

Related
webpack/config/html Code Example webpack/config/html Code Example
where does redis store data Code Example where does redis store data Code Example
error when i install sass Code Example error when i install sass Code Example
folder color ubuntu Code Example folder color ubuntu Code Example
add ssh public key to server Code Example add ssh public key to server Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11