Display users, directories, or file systems, and the number of 1024-byte blocks used.
# quot [-a] [filesystem] |
|
-a |
Lists all users of each mounted UFS file system and the number of 1024-byte blocks used. |
|
filesystem |
Identifies a UFS file system. Users and the number of blocks used are displayed. |
The quot command works only on local UFS file systems.
In the following example, users of the root (/) file system are displayed. Then, users of all mounted UFS file systems are displayed.
# quot /
/dev/rdsk/c0t0d0s0:
43340 root
3142 rimmer
47 uucp
35 lp
30 adm
4 bin
4 daemon
# quot -a
/dev/rdsk/c0t0d0s0 (/):
43340 root
3150 rimmer
47 uucp
35 lp
30 adm
4 bin
4 daemon
/dev/rdsk/c0t0d0s6 (/usr):
460651 root
206632 bin
791 uucp
46 lp
4 daemon
1 adm
/dev/rdsk/c0t0d0s7 (/export/home):
9 root
|