Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 1 month ago10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comexternal-linkmessage-square19linkfedilinkarrow-up144arrow-down16
arrow-up138arrow-down1external-link10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 1 month agomessage-square19linkfedilink
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up2·1 month agoThat’s a completely different tool, though, no? I just do this for determining when I need to clean up: df -hx tmpfs Gives me enough information for this purpose and, again, does not require any additional software, df is part of coreutils.
Check out duf though
That’s a completely different tool, though, no? I just do this for determining when I need to clean up:
df -hx tmpfs
Gives me enough information for this purpose and, again, does not require any additional software,
df
is part ofcoreutils
.