Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu 755 and 644

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

ubuntu 755 and 644

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 :: how to create a group in linux 
Shell :: files tar.gz 
Shell :: install ionic 
Shell :: git remember credentials ubuntu 
Shell :: .gitignore not working 
Shell :: give root permission to program linux 
Shell :: conda install parse 
Shell :: 10 digit validation in jquery 
Shell :: git submodule remove 
Shell :: switch to remote branch git 
Shell :: git alias list 
Shell :: how to run .run file in linux 
Shell :: add job to crontab 
Shell :: install laravel globally mac 
Shell :: ubuntu 18.04 default display manager 
Shell :: how to copy a file to a remote server using the command line 
Shell :: how to pull from original repository upstream 
Shell :: ubuntu + set timezone 
Shell :: git clean fdx 
Shell :: nmap udp scan 
Shell :: git push specify ssh key 
Shell :: linux show ssh users 
Shell :: Could not resolve dependency: peer @angular/common@"^8.0.0" from @ng-bootstrap/ng-bootstrap@5.3.1 
Shell :: cypress installation 
Shell :: gitflow install linux 
Shell :: installation of docker 
Shell :: show env in bash 
Shell :: install sam cli ubuntu 
Shell :: how to use blackeye 
Shell :: command to install MySQL 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =