最終更新:2021-03-15 (月) 15:56:04 (1130d)  

Linux/パーミッション
Top / Linux / パーミッション

Unixと同じ

chmod

シンボル

  • シンボル解説意味
    uthe user who owns it所有者
    gother users in the file's groupグループ
    oother users not in the file's groupその他
    aall users上記3つ全て。ugo と指定するのと同じ

パーミッションの値

  • r
    w
    x
    X
    s
    t

  • chmod u+x file

関連