Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

files to 644 folder to 775

find . -type d -print0 | xargs -0 chmod 755  
find . -type f -print0 | xargs -0 chmod 644

or 

find . -type d -exec chmod 0755 {} ; 
find . -type f -exec chmod 0644 {} ; 
Comment

PREVIOUS NEXT
Code Example
Shell :: paru install 
Shell :: hardhat compile 
Shell :: git commit with subject and body 
Shell :: how to install onlyoffice on linux 
Shell :: kubectl set context not working 
Shell :: see pm2 logs 
Shell :: ngrok command 
Shell :: change branch name git local 
Shell :: vs code list all extensions 
Shell :: how to self delete a batch file 
Shell :: cent os mariadb remove complete 
Shell :: youtube-dl continue 
Shell :: grepper brazil 
Shell :: extract ros bag file data to csv 
Shell :: how to install differnt version of temsorflow 
Shell :: how to collect GREPCC coin in grepper 
Shell :: ping a port linux 
Shell :: What is the command to open a file from within Emacs? 
Shell :: see remote git 
Shell :: how add access user to docker linux 
Shell :: ionic install 
Shell :: stop all running instances of tmux 
Shell :: how to do sum with exper in linux 
Shell :: Error: That port is already in use. 
Shell :: linux find latest modified files 
Shell :: get time zone windows cmd 
Shell :: linux exit file path 
Shell :: undo git merge 
Shell :: git default branch name config 
Shell :: git cleanup remove removed 
ADD CONTENT
Topic
Content
Source link
Name
1+1 =