Permissions!
Linuxによってファイルで三つのことができる。
r (read) - 読む
w (write) - 書く
x (execute) - 実行
そしてファイルを扱うことができる許可必要。
owner ー ファイルの飼い主
group - グループの中で全ファイルが共有
others - グループでも飼い主でもない
ファイルのパーミッションを見るために ”ls ‐l” コマンドを叩く。
Linux Basic Command 5

Permissions!
Linuxによってファイルで三つのことができる。
r (read) - 読む
w (write) - 書く
x (execute) - 実行
そしてファイルを扱うことができる許可必要。
owner ー ファイルの飼い主
group - グループの中で全ファイルが共有
others - グループでも飼い主でもない
ファイルのパーミッションを見るために ”ls ‐l” コマンドを叩く。