Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make all directory 775

find /opt/lampp/htdocs -type d -exec chmod 755 {} ;
find /opt/lampp/htdocs -type f -exec chmod 644 {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: how to install free download manager on linux 
Shell :: Failed at the sharp@0.16.2 install script 
Shell :: split screen into 4 ubuntu 
Shell :: pytorch for jetson nano 
Shell :: mac terminal restart 
Shell :: get color in bashrc 
Shell :: git always commit with gpg 
Shell :: bash convert string to uppercase 
Shell :: conda install packages from requirements.txt 
Shell :: powershell foreach 
Shell :: git reset back to previous pushed commit 
Shell :: disable ssh login only keys 
Shell :: how to install pygame 
Shell :: push code to github repository from command line 
Shell :: how to end localhost 
Shell :: latest gradle version 
Shell :: powershell to string 
Shell :: install apache benchmark 
Shell :: flutter cocoapods not installed 
Shell :: 7zip cmd 
Shell :: python install z3 
Shell :: remove trailing slash 
Shell :: iptables deny all 
Shell :: virtualbox ubuntu mouse scroll not working 
Shell :: install ubuntu deb 
Shell :: how to install httrack in kali linux 
Shell :: bash math expression 
Shell :: install auth token 
Shell :: flutter plugin installed but in flutter doctor it shows not installed 
Shell :: git merge strategies 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =