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 :: how to activate virtual environment in ubuntu 
Shell :: git rename local branch 
Shell :: tv on ubuntu 
Shell :: batch for loop 
Shell :: cmp in linux 
Shell :: add gif github readme 
Shell :: remove white space from stering in bash 
Shell :: how to delete all branches in git local 
Shell :: Failed to bind to address http://localhost:5110 
Shell :: ip route delete linux 
Shell :: how to create new repository in github 
Shell :: extend recording time in ubuntu 
Shell :: echo new line 
Shell :: ubuntu port ping 
Shell :: undercover mode kali 
Shell :: bash for i in range 
Shell :: see output of a running processes linux 
Shell :: tempfile.temporarydirectory() 
Shell :: tcpdump listen url 
Shell :: install cassandra ubuntu 
Shell :: download composer 
Shell :: unable to install ta-lib 
Shell :: install mpdf laravel 
Shell :: vscode Error: EACCES: permission denied 
Shell :: gtk4 windows install 
Shell :: get docker container version from inside container 
Shell :: running localhost check in linux terminal 
Shell :: delete a file in linux 
Shell :: git compare two branches 
Shell :: push docker image to docker hub 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =