Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change permissions on all files in all sub-directories

find /path/to/directory -type f -exec chmod 664 {} ;
Comment

change permissions on all files in all sub-directories

find /path/to/directory -type d -exec chmod 775 {} ;
Comment

find change permissions to subdirectories

sudo find /var/www/html -type d -exec chmod 755 {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: nmap udp scan 
Shell :: how to open text editor in git bash 
Shell :: conda install multiprocess 
Shell :: android create keystore command line 
Shell :: symfony install website skeleton 
Shell :: loop bash 
Shell :: rot13 in bash 
Shell :: Submodule update 
Shell :: brew install rvm 
Shell :: install sqlite in ubuntu 
Shell :: fix corrupted recycle bin 
Shell :: node_modules missing did you mean to install 
Shell :: get size of image linux 
Shell :: check python running process linux 
Shell :: zoom gedit 
Shell :: git credential manager 
Shell :: how can I check the memory of computer in ubuntu 
Shell :: docker compose rebuild image 
Shell :: check time in linux 
Shell :: install makecert windows 10 
Shell :: linux settings not opening 
Shell :: terminator for kali linux 
Shell :: check ntp server linux 
Shell :: vscode showing deleted branches 
Shell :: ssh-add git 
Shell :: hibernate command in windows 10 stackoverflow 
Shell :: conda install paraview 
Shell :: node js 16 install ubuntu 20.04 
Shell :: check gateway linux 
Shell :: windows edit file cmdf 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =