1. Home
  2. /
  3. Blog
  4. /
  5. الصلاحيات linux command
Linux

الصلاحيات linux command

October 19, 2022 1 min read 2,288
الصلاحيات   linux command

u              g              o

r w x           r w x         r w x

4 2 1         4 2 1         4 2 1


read = 4     write = 2    execute = 1   no permission = 0

read and write and execute = 7        read and write = 6    read and execute = 5     write and execute = 3

chmod  ugo   file or directory
chmod  754    file or directory
Share:
Read next

Related articles