Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

files 644 folders 755

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

or

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

PREVIOUS NEXT
Code Example
Shell :: /bin/grep: /sbin/init: No such file or directory 
Shell :: install missforest 
Shell :: sed allow root login 
Shell :: plesk show mailqueue 
Shell :: set up django-lint 
Shell :: git fatal "is in submodule" 
Shell :: user friendly linux distro 
Shell :: list all the created users only 
Shell :: install capacitor ionic 
Shell :: change git commit 
Shell :: time machine logs 
Shell :: install styletron 
Shell :: Windows 10 - Get a list of installed apps into a text file 
Shell :: Fixing Flutter ios build errors 
Shell :: chere cygwin 
Shell :: run command on terminal startup 
Shell :: How to list all unit files with systemctl command 
Shell :: where are php errors logged 
Shell :: how to open nmap windows bash 
Shell :: move files terminal 
Shell :: ssh disconnecting timeout 
Shell :: git credential.helper does not store username password 
Shell :: linux install toilet 
Shell :: pipe multi-line string into file 
Shell :: docker ubuntu 
Shell :: bash only start a service if not running 
Shell :: remove xcode archives 
Shell :: ls -la sort time file 
Shell :: storybook vite installtion 
Shell :: remove specific image from docker 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =