chmod
chmodはファイルの属性を変更するコマンドです。

使用方法は

chmod 0755 test1.txt
というように実行するとtest1.txtの属性が755に変更されます。

Back to top

Information