Horje
nginx file permission Code Example
nginx file permission
cd /home/user/domains/domain.com/public_html
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;




Shell

Related
kubectl get all the pods Code Example kubectl get all the pods Code Example
remove from git tracking Code Example remove from git tracking Code Example
remove tracked files git Code Example remove tracked files git Code Example
install kubectx Code Example install kubectx Code Example
how to install bootstrap icons package with npm Code Example how to install bootstrap icons package with npm Code Example

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