10
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

超初心者が学ぶLinuxコマンド

Posted at

自己紹介

2018卒未経験プログラマー
Linuxって何?黒い画面かっこいいっていうレベル

趣旨

現段階で使っている覚えたLinuxコマンドをメモ
覚えるたびにアップデート
初心者の方でも最初に必要なコマンドが把握しやすいかと思います。

##2018/5/24現在

ディレクトリ→フォルダという認識で操作中

cd ディレクトリ/ファイル名 今いるディレクトリから一個下のディレクトリまたはファイルに移動する
cd ~ ホームディレクトリに移動する
mkdir ディレクトリ名 ディレクトリを作成
ls 下の階層にあるものをリスト表示
ls -l 縦でリスト表示
pwd 自分が今どの階層にいるかを表示

学んだコマンドはもっとありますが使うのはとりあえずこんな感じ

ちなみによく使うショートカットキーは

タブキー 予測変換してくれてすごく便利
↑ ↓  履歴を出してくれてすごく便利
Ctrl + a カーソルを先頭に移動してくれてすごくラク

使うようになるたびに更新していきます!

10
4
4

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?