[Top] [管理用]

Linux クイズ〜 Linux いろいろ Q1


Yumidon.com

0問中0問正解 (正答率0.0%) 0分00秒経過



第1問 529人中287人正解 (正答率54.2%)

test.shスクリプトを誰でも実行できるようにしたい。どのコマンドを実行すれば良い?

  1. chmod a+x test.sh
  2. 誰でも実行可能には出来ない。
  3. chmod 644 test.sh
  4. chown 755 test.sh
  5. chown all test.sh