Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

files 664 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 :: shortan promt ubunto 
Shell :: ubuntu add entry to /etc/apt/sources.list 
Shell :: set up django-lint 
Shell :: how to downoad website using httrack in kali linux 
Shell :: svn info git equivalent 
Shell :: list relative path windows 
Shell :: count the pages of multiple pdf files in linux 
Shell :: git commit --amend with commit id 
Shell :: amend commit change description 
Shell :: create a ew remote tracking branch 
Shell :: adb kill server kali linux 
Shell :: install firefox redhat 7 
Shell :: first time linux 
Shell :: logger command to remote syslog 
Shell :: git setup upstream 
Shell :: color picker snap 
Shell :: install svgo linux 
Shell :: install telepresence in mac 
Shell :: push to a new remote branch 
Shell :: install glesv2 and egl library 
Shell :: install lc ubuntu 
Shell :: install docker ce on centos 
Shell :: docker compose busybox image 
Shell :: start a service in bash if stopped 
Shell :: screen 
Shell :: generate angular unit test automatically 
Shell :: bash remove random files from directory 
Shell :: error: RPC failed; curl 56 GnuTLS recv error (-110): The TLS connection was non-properly terminated. 
Shell :: kubernetes ui tools 
Shell :: how to do a pull request with one commit 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =