File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
docs/3-web-servers/02-linux-commands Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -70,17 +70,17 @@ Ubuntu の場合は、標準状態でカレントディレクトリがターミ
7070
7171### 基本的なコマンドの例
7272
73- | コマンド名 | 機能 |
74- | ------------------------ | ---------------------------------------- |
75- | pwd | カレントディレクトリを表示 |
76- | ls | ディレクトリの中身を一覧表示 |
77- | cd [ 移動先パス] | カレントディレクトリを移動 |
78- | mkdir [ 名前] | 新しいディレクトリを作成 |
79- | touch [ 名前] | 新しいファイルを作成 |
80- | mv [ 移動前] [ 移動先] | ファイルやディレクトリの移動・名前の変更 |
81- | cp [ コピー元] [ コピー先] | ファイルのコピー |
82-
83- 他にも curl や cat などの便利なコマンドが多数あります。気になる方は調べてみましょう。
73+ | コマンド名 | 機能 |
74+ | -------------------------- | ---------------------------------------- |
75+ | ` pwd ` | カレントディレクトリを表示 |
76+ | ` ls ` | ディレクトリの中身を一覧表示 |
77+ | ` cd [移動先パス] ` | カレントディレクトリを移動 |
78+ | ` mkdir [名前] ` | 新しいディレクトリを作成 |
79+ | ` touch [名前] ` | 新しいファイルを作成 |
80+ | ` mv [移動前] [移動先] ` | ファイルやディレクトリの移動・名前の変更 |
81+ | ` cp [コピー元] [コピー先] ` | ファイルのコピー |
82+
83+ 他にも ` curl ` や ` cat ` などの便利なコマンドが多数あります。気になる方は調べてみましょう。
8484
8585## 演習
8686
You can’t perform that action at this time.
0 commit comments