home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / misc / 18288 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  907 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!caen!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  2. From: sherwood@fenris.space.ualberta.ca (Sherwood Botsford)
  3. Newsgroups: comp.sys.next.misc
  4. Subject: Re: Checking disk space from terminal window
  5. Message-ID: <1992Jul30.183906.22016@kakwa.ucs.ualberta.ca>
  6. Date: 30 Jul 92 18:39:06 GMT
  7. References: <1992Jul29.215806.23801@nmsu.edu>
  8. Sender: news@kakwa.ucs.ualberta.ca
  9. Organization: University Of Alberta, Edmonton Canada
  10. Lines: 13
  11. Nntp-Posting-Host: fenris.space.ualberta.ca
  12.  
  13. Joseph Good writes
  14. > Is there a way to see how much space is left on the hard disk and not use the  
  15. > workspace?  I'm wanting to check it on a remote machine (i.e. the printer  
  16. > server) and that is in another room... and most of the time, somebody else is  
  17. > on.
  18.  
  19. df [list of partitions or anything on a partition]
  20.  
  21. e.g.
  22. df
  23. df usr/spool
  24. df /dev/sd0a
  25.