NetWare 4.1/9000 Utilities Reference

2-43
Workstation Utilities
NDIR
Additional Information
View only directories on drive F: NDIR F:\*.* /DO
View rights for files in the current
directory
NDIR *.* /R
View the date of file RECORD.TXT NDIR RECORD.TXT /DA
View detailed file information on
RECORD.TXT
NDIR RECORD.TXT /D
View all Read Only files in
SYS:PUBLIC
NDIR SYS:PUBLIC\*.* /RO
Search for batch files on drive C: NDIR C:\*.BAT /SUB
View files that are not Read Only NDIR *.* /NOT RO
View files from smallest to largest NDIR *.* /SORT SI
View files in drive Z: by the most recent
access date first
NDIR Z:*.* /REV SORT AC
View files updated before June 5, 1991 NDIR *.* /UP BEF 6-05-91
View files not owned by user PAT NDIR *.* /OW NOT EQ PAT
Find where COMMAND.COM is NDIR COMMAND.COM /FI
Topic See
File and directory attributes
“Attributes” in Concepts
“FLAG”
Transactional attribute
“Attributes” in Concepts
To Type