Skip to content
Snippets Groups Projects
Commit 7df63414 authored by Ulf Markwardt's avatar Ulf Markwardt
Browse files

bash->console

parent 3963bb1c
No related branches found
No related tags found
4 merge requests!322Merge preview into main,!319Merge preview into main,!235Quota,!234Aufgeteilt
......@@ -36,15 +36,15 @@ their data.
For the first view, you can easily use the "df-command".
```Bash
df
``` console
marie@login$ df
```
Alternativly you can use the "findmnt"-command, which is also able to perform an `df` by adding the
"-D"-parameter.
"-D"-parameter:
```Bash
findmnt -D
``` console
marie@login$ findmnt -D
```
Optional you can use the `-t`-parameter to specify the fs-type or the `-o`-parameter to alter the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment