Horje
linux give full permission to directory 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/




Shell

Related
install webmin ubuntu Code Example install webmin ubuntu Code Example
clone a branch Code Example clone a branch Code Example
linux full permission to folder Code Example linux full permission to folder Code Example
git clone branch Code Example git clone branch Code Example
git clone fatal: unable to access SSL certificate problem: self signed certificate in certificate chain Code Example git clone fatal: unable to access SSL certificate problem: self signed certificate in certificate chain Code Example

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