Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 15 days ago10 Advanced Linux Commands You’ve Probably Never Used (Part 3)www.tecmint.comexternal-linkmessage-square19fedilinkarrow-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 · 15 days agomessage-square19fedilink
minus-squareTwilightKiddy@programming.devlinkfedilinkEnglisharrow-up2·13 days 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.
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
.