! 1 SPACE ! Displays disk space of mounted disks. Syntax: $ SPACE disk(s),... [qualifier(s)] The qualifiers used determine what information is displayed. By default the specified disk(s)'s volume name and number of free blocks is displayed. ! 2 Parameter ! One or more disk logical or physical names. Wild cards are allowed. If a wild card is used, it is checked against both physical names and volume names. If no parameter is used, the current default disk is listed. Disks are listed in alphabetical order of volume name. If the system disk is listed, the fact that it is the system disk is noted. Examples: $ SPACE UDISK* $ SPACE $*$*DUA% /VOL/DEV/FREE/USED/TOTAL/PCT ! 2 Qualifiers /VOLUME Display volume name of disk(s). This is the default. If /DEVICE is specified, only the physical device name is displayed. If both /VOLUME and /DEVICE are specified, both names are displayed. /DEVICE Display physical device name of disk(s). If /VOLUME is also specified, then both the volume name and physical device name are displayed. /FREE Display free blocks. This is the default. Any or all of the qualifiers /FREE, /USED, /TOTAL, and /PCT can be used individually or together. /USED Display blocks in use. Any or all of the qualifiers /FREE, /USED, /TOTAL, and /PCT can be used individually or together. /TOTAL Display total number of blocks (free+used) on the disk. Any or all of the qualifiers /FREE, /USED, /TOTAL, and /PCT can be used individually or together. /PCT Display percent full. Any or all of the qualifiers /FREE, /USED, /TOTAL, and /PCT can be used individually or together.