Skip to content

Commit

Permalink
Linux コマンドのコマンド例をインラインコードで囲った (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-void authored May 20, 2024
1 parent 2016f61 commit 121363c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions docs/3-web-servers/02-linux-commands/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -70,17 +70,17 @@ Ubuntu の場合は、標準状態でカレントディレクトリがターミ

### 基本的なコマンドの例

| コマンド名 | 機能 |
| ------------------------ | ---------------------------------------- |
| pwd | カレントディレクトリを表示 |
| ls | ディレクトリの中身を一覧表示 |
| cd [移動先パス] | カレントディレクトリを移動 |
| mkdir [名前] | 新しいディレクトリを作成 |
| touch [名前] | 新しいファイルを作成 |
| mv [移動前] [移動先] | ファイルやディレクトリの移動・名前の変更 |
| cp [コピー元] [コピー先] | ファイルのコピー |

他にも curl や cat などの便利なコマンドが多数あります。気になる方は調べてみましょう。
| コマンド名 | 機能 |
| -------------------------- | ---------------------------------------- |
| `pwd` | カレントディレクトリを表示 |
| `ls` | ディレクトリの中身を一覧表示 |
| `cd [移動先パス]` | カレントディレクトリを移動 |
| `mkdir [名前]` | 新しいディレクトリを作成 |
| `touch [名前]` | 新しいファイルを作成 |
| `mv [移動前] [移動先]` | ファイルやディレクトリの移動・名前の変更 |
| `cp [コピー元] [コピー先]` | ファイルのコピー |

他にも `curl``cat` などの便利なコマンドが多数あります。気になる方は調べてみましょう。

## 演習

Expand Down

0 comments on commit 121363c

Please sign in to comment.