The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Advanced & Expert Users
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 07-17-2008
joeyg's Avatar
joeyg joeyg is offline Forum Staff  
modérateur
  
 

Join Date: Dec 2007
Location: Home of 17-time world champion Boston Celtics
Posts: 1,311
Cool worked for me on Solaris

Code:
> cat /etc/release
                       Solaris 10 1/06 s10s_u1wos_19a SPARC
           Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                           Assembled 07 December 2005

> df -i
Filesystem            Inodes   IUsed   IFree IUse% Mounted on
[ACTUAL DATA REDACTED]
listed filesystems, # i nodes, # used, # free, % used, mount points
can you man df?

Funny how my manpage does not seem to show 'i' as an option, but there is an example within the manpage text:

Example 4: Using df to Display Inode Usage

The following example displays inode usage on all ufs file
systems:

example%/usr/bin/df -F ufs -o i