다음 위치에 수동으로 두 개의 그룹을 만들었습니다 /etc/group
.
file-owner:x:300:user
user:x:400:
user/group 소유의 구성 파일이 있습니다 file-owner
. 다른 사용자가 읽지 않았으면 합니다.
ls -l /tmp/my-configs.txt
-r--r----- 1 file-owner file-owner 1054552 Jun 11 12:22 /tmp/my-configs.txt
id를 사용하여 프로세스를 실행 중이지만 user:user
소유한 구성 파일을 읽을 수 없습니다 file-owner
. 다음의 오류 메시지 예 cat
:/tmp/my-configs.txt: Permission denied
내가 뭐 잘못 했어요?