Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

chmod 777

chmod -R 777 directory
Comment

chmod 777 command in linux

chmod -R 777 your_directory_name
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

chmod 777 meaning

Setting 777 permissions to a file or directory 
means that it will be readable, writable and executable
by all users and may pose a huge security risk
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu delete from ssh known hosts 
Shell :: bash weather report 
Shell :: Install the latest stable version of Mesa driver in Ubuntu 
Shell :: git delete changes 
Shell :: ubuntu install webstorm 
Shell :: ho to go into a docker container 
Shell :: apt install gnome desktop 
Shell :: httrack ubuntu 
Shell :: docker restart 
Shell :: jupyter kernel dies 
Shell :: linux remove nested files with names 
Shell :: how to uninstall grepper 
Shell :: Brew was unable to install [php@7.1]. 
Shell :: how to install yum on mac 
Shell :: git switch user 
Shell :: how to install cmatrix 
Shell :: git commit --amend choose editor 
Shell :: Uninstall WPS Office from Ubuntu 
Shell :: docker no space left on device 
Shell :: centos zoom 
Shell :: unistall openshot ubuntu 20.04 
Shell :: linux install deb file 
Shell :: raspberry add-apt-repository command not found 
Shell :: powershell append to file 
Shell :: windows temp dir 
Shell :: brew apps list 
Shell :: find bashrc 
Shell :: find postgres data directory and installation path 
Shell :: install wget debian 
Shell :: ubuntu install latest node and npm 
ADD CONTENT
Topic
Content
Source link
Name
1+2 =