green dotディレクトリの作成

mkdir (make directory)コマンドは、ディレクトリを作成する。
  mkdir ディレクトリ名...

【例】

  $ mkdir work
  $ ls -F
  aa     bb     work/
  $
line-end