Windows | Mac | |
➀ | dir | ls |
② | cd | cd |
③ | mkdir | mkdir |
④ | tree | tree |
⑤ | copy nul | touch |
①はどのようなコマンド(命令)か?
ア) ディレクトリ(フォルダ)にあるファイルとサブディレクトリの一覧を表示する
イ) ディレクトリを新規作成する
ウ) ファイルを新規作成する
エ) カレントディレクトリを変更する
What kind of command (instruction) is ①?
(a) To display a list of files and subdirectories in a directory (folder)
(b) Create a new directory.
(c) Create a new file
(d) Change the current directory
コメント