Horje
linux full permission to folder Code Example
linux full permission to folder
# 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/
give full permission to folder and subfolders in linux
linux folder




Shell

Related
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
github clone single brach Code Example github clone single brach Code Example
clone form branch Code Example clone form branch Code Example
how to check if ip is up bash script Code Example how to check if ip is up bash script Code Example

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