Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to change permissions on a file in linux

sudo chmod -R ugo+rwx /file/path
Comment

change file permission linux

chmod +x <fileName> # add execute permission to that file (.x.x.x) 
chmod +r <fileName> # add read permission to a file
chmod +w <fileName> # add write permission to the file

chmod u+x <fileName> #add execute permission to owner of the file

chmod 400 <fileName> # set file only read permission to owner 
#chmod-calculator.com
Comment

PREVIOUS NEXT
Code Example
Shell :: You need to have the Android SDK Build-tools installed on your system 
Shell :: install cassandra ubuntu 
Shell :: push existing repository 
Shell :: linux command to clean up log files 
Shell :: html2canvas 
Shell :: grep binary files 
Shell :: how to install kubectl in ubuntu 
Shell :: delete a github repository using curl 
Shell :: curl upload to artifactory with basic auth 
Shell :: view available pips 
Shell :: install mpdf laravel 
Shell :: copy file in linux command 
Shell :: how to open teminal pycharm 
Shell :: sbt install mac 
Shell :: git new branch 
Shell :: zip command line 
Shell :: create and switch to a branch 
Shell :: npm insall serve globally 
Shell :: how to remove all files in a directory matching a regex pattern shell 
Shell :: linux source command vs dot 
Shell :: src refspec master does not match any 
Shell :: push docker image to docker hub 
Shell :: git force lf 
Shell :: dpkg get installed package version 
Shell :: netlify cli 
Shell :: permissão wordpress 
Shell :: git checkout branch 
Shell :: cannot send file to server with nginx 
Shell :: while bash one line 
Shell :: ffmpeg add audio to image 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =