df: add Dutch translation (#12018)
* df: add Dutch translation * df: add mnemonics * Apply suggestions from code review Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com> --------- Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
24
pages.nl/linux/df.md
Normal file
24
pages.nl/linux/df.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# df
|
||||
|
||||
> Toon een overzicht van het gebruik van het bestandssysteem op het gebied van schijfruimte.
|
||||
> Meer informatie: <https://www.gnu.org/software/coreutils/df>.
|
||||
|
||||
- Toon alle bestandssystemen en hun schijfgebruik:
|
||||
|
||||
`df`
|
||||
|
||||
- Toon alle bestandssystemen en hun schijfgebruik in een leesbaar formaat:
|
||||
|
||||
`df -h`
|
||||
|
||||
- Toon het bestandssysteem en het schijfgebruik voor het opgegeven bestand of map:
|
||||
|
||||
`df {{pad/naar/bestand_of_map}}`
|
||||
|
||||
- Neem statistieken op over het aantal beschikbare [i]-knooppunte:
|
||||
|
||||
`df -i`
|
||||
|
||||
- Toon bestandssystemen maar negeer specifieke types:
|
||||
|
||||
`df -x {{squashfs}} -x {{tmpfs}}`
|
Reference in New Issue
Block a user