"Chown: /data: Operation not permitted"의 두 판 사이의 차이

(새 문서: ==개요== {{소문자}} ;<nowiki>chown: /data: Operation not permitte</nowiki> <syntaxhighlight lang='console'> $ chown -R 65534:65534 /data chown: /data: Operation not permitted ch...)
 
13번째 줄: 13번째 줄:
</syntaxhighlight>
</syntaxhighlight>
<syntaxhighlight lang='console'>
<syntaxhighlight lang='console'>
$ ls -alF | grep data
$ ls -alF / | grep data
drwxr-xr-x    2 root    root          4096 Aug 27 02:21 data/
drwxr-xr-x    2 root    root          4096 Aug 27 02:21 data/
</syntaxhighlight>
</syntaxhighlight>

2024년 8월 27일 (화) 14:50 판

1 개요

chown: /data: Operation not permitte
$ chown -R 65534:65534 /data
chown: /data: Operation not permitted
chown: /data: Operation not permitted
$ whoami
nobody
$ ls -alF / | grep data
drwxr-xr-x    2 root     root          4096 Aug 27 02:21 data/

2 같이 보기

3 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}