Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

chmod 777

chmod -R 777 directory
Comment

chmod 777

755 - Owner has all, and Group and Other can read and execute
700 - Owner has all
644 - Owner can read and write, and Group and Other can read
600 - Owner can read and write
And, if you're using non-trivial user groups:
775 - Owner can read and write, and Group and Other can read
770 - Owner and Group have all, and Other can read and execute
750 - Owner has all, and Group can read and execute
664 - Owner and Group can read and write, and Other can just read
660 - Owner and Group can read and write
640 - Owner can read and write, and Group can read
777 and 666 are rarely used, except in /tmp.
Comment

PREVIOUS NEXT
Code Example
Shell :: disconnect ssh raspberry pi how to see current upgrade 
Shell :: zsh leading zeros 
Shell :: wevtutil query event id 
Shell :: install glibc 2.14 redhat 6 
Shell :: fix mp3 file 
Shell :: vim command to select all text in file 
Shell :: Cloning mercurial and setting it up in your machine 
Shell :: webgl server 
Shell :: create a file a1.txt tyep some content of it in linux 
Shell :: powershell tab (bash style) 
Shell :: Configuring the RDS and REDIS 
Shell :: create user in linux and provide all access 
Shell :: centos show volume usage 
Shell :: how to set path variable in linux temporarily? 
Shell :: rename files with sequential numbers linux 
Shell :: LF will be replaced by CRLF hassan 
Shell :: how to generate keys for mtls 
Shell :: download official emcascripten github repo 
Shell :: linux paginate output 
Shell :: verify dart on linux 
Shell :: xargs use arg multiple times 
Shell :: powershell add-type if not exists 
Shell :: adonisjs 5 create model migration controller 
Shell :: initialize SQL server from command line 
Shell :: tun dev with socks 
Shell :: transcode input to output with h264 720p with gpu 
Shell :: How to zero pad numbers in file names in Bash? 
Shell :: ls show last item 
Shell :: Access remote server via PCManFM 
Shell :: restart service hpux 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =