로딩
요청 처리 중입니다...

Chapter 5 Linux File Permission

 Chapter 5 Linux File Permission

1. System Security The security of the system is the user account.

Permissions are granted for the user's login login. The permission setting is The information is in the /etc/passwd file. $ cat /etc/passwd root:x:0:0:root:/root:/bin/bash bin:x:1:1:bin:/bin:/sbin/nologin daemon:x:2:2:daemon:/sbin:/sbin/nologin adm:x:3:4:adm:/var/adm:/sbin/nologin lp:x:4:7:lp:/var/spool/lpd:/sbin/nologin sync:x:5:0:sync:/sbin:/bin/sync shutdown:x:6:0:shutdown:/sbin:/sbin/shutdown halt:x:7:0:halt:/sbin:/sbin/halt ...

# chown # ls