Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

chmod files 644 directories 755

# . is the path to start the search
find . -type f -exec chmod 644 {} ;
find . -type d -exec chmod 755 {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: ngx translate install 
Shell :: centos 7 install ifconfig 
Shell :: check what ports are open linux 
Shell :: check hostname linux 
Shell :: linux find files by name 
Shell :: brew install iterm2 
Shell :: unrar installation using brew 
Shell :: gitk install 
Shell :: batch file cool ending 
Shell :: mongodb restart command ubuntu 
Shell :: vs code always says rebasing git 
Shell :: ubuntu open directory from terminal 
Shell :: sed recursive replace 
Shell :: restart cronjob 
Shell :: nodemon command not found 
Shell :: where to find .bashrc on mac 
Shell :: install react-native cmd linux 
Shell :: kubectl copy secret namespace 
Shell :: bash remove last character from string 
Shell :: ubuntu snap install device not yet seeded 
Shell :: Could not find package ci-with-composer with stability stable. 
Shell :: install calliope 
Shell :: install svelte 
Shell :: tfswitch install 
Shell :: extract tar gz overwrite 
Shell :: shell break while loop 
Shell :: fayl yaratish cmd 
Shell :: kali linux renew ip address 
Shell :: flutter upgrade 
Shell :: gh login 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =