Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

nginx file permission

cd /home/user/domains/domain.com/public_html
find . -type d -exec chmod 0755 {} ;
find . -type f -exec chmod 0644 {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: install zip raspberry pi 
Shell :: tar.gz files 
Shell :: bash get value after equal sign 
Shell :: powershell check if user is admin 
Shell :: virtualbox guest additions ubuntu 20.04 install 
Shell :: cudatoolkit installation 
Shell :: vscode tab not working ubuntu windows 
Shell :: gitbash shortcut to clear the terminal 
Shell :: bash copy file and rename 
Shell :: push code to git 
Shell :: linux install nvm 
Shell :: how to set execute permission in linux 
Shell :: sudo: effective uid is not 0 
Shell :: install older version of laravel 
Shell :: get files changed in branch 
Shell :: git change personal token to login and passowrd 
Shell :: bash: fork: Cannot allocate memory 
Shell :: bash read multiple lines from user 
Shell :: intall docker ubuntu command 
Shell :: bash how to remove the first n lines of a file 
Shell :: git push specific ssh key 
Shell :: push to git 
Shell :: format partition linux 
Shell :: how to loop through every value in array bash 
Shell :: get Operating system command 
Shell :: how to setup dockers on aws 
Shell :: how to install gnu lib tool 
Shell :: ubuntu docker host ip 
Shell :: how to setup blackeye 
Shell :: login to github vscode using personal access tokens 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =