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` | `..`又は`./..` | | `/` | `../..`又は`./../..` | ## コマンド