12
11

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.

【初心者備忘録】エンジニア始めて1ヶ月でもっとも使ったLinux/Unixコマンドの略称と意味まとめ一覧

Last updated at Posted at 2017-05-09

Linux/Unixコマンのド略称が多く、初心者だった私は心が折れる事がしばしばありました。
そこで備忘録の為に、まとめてみました!
※今後も増やして行く予定です。

| コマンド | 本来の意味 | 処理内容 |
|:-----------------|------------------:|:------------------:|:------------------:|
| ls | list segments | 区分けして一覧にせよ | |
| pwd | print working directory | 作業しているディレクトリを表示せよ | |
| cd | change directory | ディレクトリを変更せよ | |
| mkdir | Make Directory| ディレクトリを作成せよ | |
| mv | move | 移動せよ | |
| cp | copy | 複製せよ | |
| rm | remove | 削除せよ | |
| cat | catenate| 連結せよ | |
| chmod | change mode | ファイルやディレクトリのアクセス権を変更 | |
| chown | Change Owner | ファイルの所有者やグループを変更 | |
| chgrp | Change Group | ファイルやディレクトリのグループを変更 | |
| df | Disk Free | ディスク容量の確認 | |

12
11
0

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
12
11

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?