Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルに次の権限がある場合:非 root アカウントである場合、別のユーザーからのアクセスが失敗する理由はありますか -rwxr--r-- jim group other file.txt ?jimg+xfile.txt
-rwxr--r-- jim group other file.txt
jim
g+x
file.txt
ファイルのパーミッションを変更できるのは、ファイルの所有者 (あなたの場合は jim) と root ユーザーだけです。これは、ユーザーが他人のファイルのパーミッションを r/w に変更してファイル内のすべてを削除するなどの悪意のある行為を防止するためです。