Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/books/admin_guide/03-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,7 @@ drwxr-xr-x. 2 root root 4096 17 nov. 17:48 alternatives
...
```

since the command lists by default the contents of the folder and not the container.

To do this, use the `-d` option:
The above command will display the contents of the folder (inside) by default. For the folder itself, you can use the `-d` option.

```bash
$ ls -ld /etc
Expand Down