Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu change permissions on folder and subfolders

# To change all the directories to 755 (drwxr-xr-x):
find /opt/lampp/htdocs -type d -exec chmod 755 {} ;

# To change all the files to 644 (-rw-r--r--):
find /opt/lampp/htdocs -type f -exec chmod 644 {} ;
Comment

PREVIOUS NEXT
Code Example
Shell :: remote: HTTP Basic: Access denied fatal: Authentication failed for 
Shell :: powershell get all history 
Shell :: kubectl to show label of pod 
Shell :: Run emulator with terminal 
Shell :: rename a commit pushed 
Shell :: git delete all branches except master 
Shell :: install pyqt5 tools 
Shell :: delete swp file linux 
Shell :: Failed at the node-sass@4.7.2 postinstall script. 
Shell :: windows update node 
Shell :: xcode clean derived data command line 
Shell :: set remote url git 
Shell :: No matching distribution found for PyJWT==2.0.1 
Shell :: cv2 has no attribute videocapture 
Shell :: install ghostscript 
Shell :: Your browser or operating system is no longer supported. You may need to install the latest updates to your operating system. 
Shell :: install mosquitto ubuntu 
Shell :: sudo amazon-linux-extras install 
Shell :: install scikit learn windows 
Shell :: driver san francisco ui mode error 
Shell :: install solidity compiler ubuntu 
Shell :: create branch with local changes 
Shell :: how to install firefos on an rpi 
Shell :: pipenv an error occurred while installing psycopg2==2.8.4 
Shell :: extract numners from string linux 
Shell :: source fish config 
Shell :: Command to create the private key using the openssl command : 
Shell :: fly destroy pipeline 
Shell :: ubuntu edit etc host 
Shell :: powershell get folder size 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =