• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick question about unix

bwnv

Senior member
I have a program that is temporarily capturing some data to the hdd. What is the command line to check the available free space on the disk? I just don't want it to fill up and screw anything up (production system).
TIA

🙂
 
Not sure about your particular flavor of Unix, but either df -k or df -kv should give you what you are looking for.

JD
 
Once I got the df from aujames I just typed "use df" to bring up the man page. 😉
df -h was right on top, Thanks n0cmonkey
 
Back
Top