접근제어 상태 확인 : getfacl 파일명
root@ns:/app># getfacl test
# file: test
# owner: root
# group: root
user::rwx
user:sungmin:rwx
group::---
mask::rwx
other::---
추가 : setfacl -m u:sungmin:rwx 파일명
제거 : setfacl -x usungmin 파일명
추가해주어도 해당 유저로 삭제는 안됌...
기타 권한 아래 참조
히스토리 로그 설정 (0) | 2014.05.17 |
---|---|
[linux] 백그라운드 작업 nohup [xxx.sh] & (0) | 2014.04.22 |
Top 명령어 옵션 (0) | 2014.04.11 |
ps 명령어 기초 (0) | 2014.04.11 |
man 페이지 사용법 (0) | 2014.04.10 |