Linux初心者のための常用コマンド集 A List of linux command which beginners must check

  • mkdir   指定したディレクトリ作成(make directory)
  • cd        指定したディレクトリに移動(change directory)
  • ls         ディレクトリ内のファイルを表示(list)
  • mv       ファイルの移動、ファイル名の変更(move)
  • chown ファイル所有者の変更(change owner)
  • chmod ファイルパーミッションの変更(change mode)
  • rm        ファイル削除(remove)
  • man     コマンドの使い方を教えてくれる(manual)

英語を意識すると覚えやすいかも。使い方が分からんかったらgoogleで調べてください。manは使いこなせると便利かも