Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux change permissions recursive only directories

find /path/to/base/dir -type d -print0 | xargs -0 chmod 755 
find /path/to/base/dir -type f -print0 | xargs -0 chmod 644
Comment

PREVIOUS NEXT
Code Example
Shell :: installing font awesome brand icons 
Shell :: run shell script remotely using ssh 
Shell :: create zip file command line 
Shell :: if file not exists 
Shell :: Change git Committer Date 
Shell :: gitlab gradle project 
Shell :: how to install wsl 2 
Shell :: install docker on windows server 2019 
Shell :: where to find files in WSL unbuntu home directory on windows 
Shell :: adding to git 
Shell :: How can I check if a directory exists in a Bash shell script? 
Shell :: firebase realtime database delete all data 
Shell :: materila ui 
Shell :: react bootstrap 
Shell :: how to setup path using git bash in windows 
Shell :: uname -r command 
Shell :: folium 
Shell :: echo to add line to file 
Shell :: Bash dir in loop 
Shell :: git stash save name 
Shell :: install intellij 
Shell :: kivy install ubuntu 
Shell :: docker answer dialog 
Shell :: shell script to enter a number and check the number is perfect number or not 
Shell :: git push 
Shell :: archlinux free used port 
Shell :: anonymous github email 
Shell :: bash add text to second line 
Shell :: loading hard disk driver in rhel 8 
Shell :: cp verbose progress 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =