Skip to content

Commit 7a37ab2

Browse files
authored
Linuxコマンドの章のファイル名を修正 (#783)
1 parent e7539b9 commit 7a37ab2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/3-web-servers/02-linux-commands/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Linux や macOS のファイルシステムは、**ルートディレクトリ**
4242
パスの区切り文字は `/` で、それが単体で利用された際はルートディレクトリを表します。
4343
例えば、ルートディレクトリの中の `home` ディレクトリの中の `sato` という名前のディレクトリは `/home/sato` という形で表現されます。
4444

45-
![Linux のファイルシステム](./file-path.drawio.svg)
45+
![Linux のファイルシステム](./linux-file-system.drawio.svg)
4646

4747
現在作業対象となっているディレクトリを**カレントディレクトリ**と呼びます。
4848
すべてのファイルやディレクトリは、ルートディレクトリを基準とした**絶対パス**で表される他、カレントディレクトリからの**相対パス**で表すこともできます。

docs/3-web-servers/02-linux-commands/file-path.drawio.svg renamed to docs/3-web-servers/02-linux-commands/linux-file-system.drawio.svg

File renamed without changes.

0 commit comments

Comments
 (0)