From 95f2e9a48b1091a5be90d892a541d35e65166c01 Mon Sep 17 00:00:00 2001 From: Yuki Kobayashi <137767097+aster-void@users.noreply.github.com> Date: Fri, 20 Sep 2024 20:11:17 +0900 Subject: [PATCH] Update docs/3-web-servers/02-linux-commands/index.mdx Co-authored-by: WATAHIKI Yuto --- docs/3-web-servers/02-linux-commands/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-web-servers/02-linux-commands/index.mdx b/docs/3-web-servers/02-linux-commands/index.mdx index f3b47460..381e74e4 100644 --- a/docs/3-web-servers/02-linux-commands/index.mdx +++ b/docs/3-web-servers/02-linux-commands/index.mdx @@ -61,7 +61,7 @@ Ubuntuの場合は、標準状態でカレントディレクトリがターミ | -------------------------------- | -------------------------------------------- | | `/home/tanaka/Documents` | `Documents`又は`./Documents` | | `/home/tanaka/Documents/foo.txt` | `Documents/foo.txt`又は`./Documents/foo.txt` | -| `/home/` | `..`又は`./..` | +| `/home` | `..`又は`./..` | | `/` | `../..`又は`./../..` | ## コマンド