![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Disk Space | test10002 | HP-UX | 1 | 07-07-2007 07:34 PM |
| Need to make disk device files match | mvizza | HP-UX | 0 | 06-01-2006 12:03 PM |
| Swap Device & Unix Disk Buffer | jimthompson | UNIX for Advanced & Expert Users | 0 | 11-02-2005 05:45 AM |
| Disk space? | jbarbuto | SUN Solaris | 4 | 08-18-2004 04:58 AM |
| Out of disk space? | alfabetman | UNIX for Dummies Questions & Answers | 4 | 10-03-2001 12:57 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
| Forum Sponsor | ||
|
|
|
||||
|
Alan,
Please read the rules of this site on the newbie page at the top. Homework is strictly forbidden on this message board. Please continue to post since you are new to unix, but try to use the search tool first to help you find answers to basic questions. also, www.google.com is a great way to find out these types of homework related questions. |
|
||||
|
Re: available disk space on disk device???
Quote:
Thx! |
|
|||
|
comands to view the disk usage on a linux/unix box
try this to show you the usage of your hard disk on all users and put them in to a file called space_report.txt in your home directory.
du -s * | sort -nr > $HOME/space_report.txt or df . |
|||
| Google UNIX.COM |