Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

chmod just directories

find /path/to/base/dir -type d -exec chmod 755 {} +
Comment

chmod just directories

find /path/to/base/dir -type f -exec chmod 644 {} +
Comment

PREVIOUS NEXT
Code Example
Shell :: GitHubDesktop-linux-2.5.4-linux1.deb 
Shell :: using yarn in docker 
Shell :: ngb-tabset install 
Shell :: firebase kill port 
Shell :: android studio kvm is required to run this avd 
Shell :: ubuntu see date of last modification to file 
Shell :: Conditional variables in gitlab-ci.yml 
Shell :: install ssl certificate ubuntu nginx 
Shell :: Install specific node version and update node to lastest stable version 
Shell :: wsl2 taking much memory 
Shell :: grep without match 
Shell :: livewire ErrorException Undefined array key "id" 
Shell :: tmux kill all sessions 
Shell :: mkdir rm folder 
Shell :: hibernate command 
Shell :: install paddlepaddle 
Shell :: github ssh key 
Shell :: git squash commits merge 
Shell :: linux change file name 
Shell :: install package in docker 
Shell :: git move head to specific branch 
Shell :: find only files linux 
Shell :: start docker 
Shell :: git remember login 
Shell :: grep exact match 
Shell :: how to install certbot on ubuntu 
Shell :: clear log file space linux 
Shell :: install vscodium 
Shell :: aws cli upload folder to s3 
Shell :: sourcetree permission denied (publickey) github mac 
ADD CONTENT
Topic
Content
Source link
Name
8+7 =