Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ディレクトリを設定したい
-rwx r-x r-x
chmod の 8 進数形式を使用する
chmod の後にターミナルに何を入力すればよいですか? 8進数形式で数字を計算するにはどうすればよいですか?
こんなふうになります:
rwx rwx rwx 421 421 421
だからあなたが欲しいのは
rwx r-x r-x 421 4-1 4-1 7 5 5
だからあなたはタイプする
chmod 755 nameofdirectory