1
1

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.

LPIC勉強メモ

Last updated at Posted at 2015-12-01
  1. 自分の所属グループを表示するにはgroupsコマンドを使う。
  2. ファイル作成時にアプリケーションが指定するパーミッションが666
  3. ディレクトリ作成時指定するパーミッションが777
  4. umaskコマンドでの変更は子プロセスでのみ有効に成る
  5. SUIDはパーミションに4000もしくは所有者にsを付与する
      SUIDの使用例としては/usr/bin/passwdがある
      passwdコマンドで/etc/shadowファイルの書き換えを実行時どのユーザが実行した場合でもroot権限で実行されるようになっています。
  6. スティッキービットが特定のディレクトリに対してアクセス権が許可されていてもファイルの削除はおこえないよう保護する設定です。
      chmod 1000 ファイルもしくはchmod o+t
      
1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?