nwdir (1) Linux Manual Page
nwdir – Lists files in directory
Synopsis
nwdir [-h] [-v] [-l] [-t] [-d] [-e] [-f] [directory]Description
nwdir lists files, directories and their attributes from the specified NetWare directory.Options
-h- -h is used to print out a short help text.
-d
- List directories like other files, rather than listing their contents.
-l
- Show filename in all available namespaces.
-v
- Verbose listing, display everything possible.
-e
- Display OS/2 Extended Attributes.
-f
- List connections using each file.
-t
- Show all informations (rights, attributes, file inodes) also as hexadecimal numbers.
directory
- You can specify the directory to list. Current working directory is used by default. You have to specify path in Linux format, not in NetWare format.
Examples
nwdir -t -v /NetWare/server/sysWith this example, all files from directory /NetWare/server/sys are displayed.
