Operating System - HP-UX
1847342 Members
2131 Online
110264 Solutions
New Discussion

used space .. ls command?

 
someone_4
Honored Contributor

used space .. ls command?

 
3 REPLIES 3
Robert Gamble
Respected Contributor

Re: used space .. ls command?

try 'bdf'
it will list used space by mounted filesystem

Good Luck!
glovecar
Occasional Advisor

Re: used space .. ls command?

df - report number of free disk blocks and files

1. HP system : bdf
2. Other UNIX : df -k

The df command displays the amount of disk space occupied by mounted or unmounted file systems, directories, or mounted resources, the amount of used and available space, and how much of the file system's total capacity has been used.

federico_3
Honored Contributor

Re: used space .. ls command?



Try :

quot : it displays the number of 1024-byte blocks in the named FS that are currently owned by each user

diskusg: it generates disk accounting information from data in files

du : it gives the space allocated for all files and directories . ( "du -sk filesystem " will give you the total used space in KBs for filesystem)


bdf : it displays the total space, the free one and the percentage for each FS .


federico