Learn Linux file permissions (II)
Learn Linux file permissions (II)
# Numerical permissions: # Permission rwx # 7 read, write and execute rwx # 6 read and write rw- # 5 read and execute r-x # 4 read only r-- # 3 write and execute -wx # 2 write only -w- # 1 execute only --x # 0 none --- # The main parts of the chmod permissions: # the left three characters rwx define permissions of the OWNER. # the middle three characters rwx define permissions of the GROUP. # the…
View On WordPress












