Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

chmodとchown, chgrpを使うときの権限

Last updated at Posted at 2019-04-16
  • Permission関連のコマンドの権限を自分用にメモ

各ユーザステータスにおけるchmod, chown, chgrpの使用権限

ユーザのステータス ルート ファイル・ディレクトリの所有者 所有者ではないがグループに所属 所有者でなくグループの所属でもない
chmod × ×
chown × × ×
chgrp (※1) × ×
※1: 変更後のグループに所属している場合のみ可能

注意

  • 対象のファイル・ディレクトリの権限が777でも000でもchmod, chown, chgrpには関係ない
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?