Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

shell owner and permission linux

rwx rwx rwx = 111 111 111
rw- rw- rw- = 110 110 110
rwx --- --- = 111 000 000

and so on...

rwx = 111 in binary = 7
rw- = 110 in binary = 6
r-x = 101 in binary = 5
r-- = 100 in binary = 4
Comment

PREVIOUS NEXT
Code Example
Shell :: How to create a gpt partition table with fdisk 
Shell :: copy modified git branch files to directory 
Shell :: how to list linux files in mb (human readable format) 
Shell :: sed replace specific character position 
Shell :: shell script local variable 
Shell :: how do I delete existing mobile broadband connections in Linux Ubuntu 
Shell :: how to take a screenshot of the login or lock screen in ubuntu linux 
Shell :: modify read only file 
Shell :: exec format error Heroku dockerfile 
Shell :: requirements github 
Shell :: unzip file git bash 
Shell :: refname master is ambiguous 
Shell :: linux bash script skip first parameter 
Shell :: what is -e flag for in bash sed? 
Shell :: smach viewer usage 
Shell :: Create temporary Environment Variable 
Shell :: golang .profile 
Shell :: ubuntu show RLIMIT_NOFILE 
Shell :: xrand 2 monitors as one 
Shell :: openssl cannot gen key 
Shell :: autpep8 --in-place --aggressive 
Shell :: Replace karma with jest angular 
Shell :: see what is through an archive 
Shell :: drush user login 
Shell :: centos Display information about users who are currently logged in. 
Shell :: grep expresion generetor 
Shell :: linux move to trash command line 
Shell :: how to create new repository in github via powershell 
Shell :: how to add sha to known hosts w10 
Shell :: catch lines after pattern 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =