diff --git a/src/content/docs/en/linux/shell.mdx b/src/content/docs/en/linux/shell.mdx index 31a7757..39668dd 100644 --- a/src/content/docs/en/linux/shell.mdx +++ b/src/content/docs/en/linux/shell.mdx @@ -59,7 +59,7 @@ The `ls` command, especially, has a lot of useful flags (i.e. execute `ls -a`, | `-r` | Sort output in reverse order. | | `-l` | List one file per line. Also display information about the files listed. | -The output of `ls -l` includes information for (in the following order): file type, target, read-only (boolean), permissions, number of symlinks, number of inodes, and file owner. +The output of `ls -l` includes columns of information about each file in the following order: file type, permissions, number of symlinks, file owner, file size, date of last modification, and file name. ``` total 4 drwxr-xr-x 2 bob bob 4096 Jan 1 13:00 dir