nwdir - Lists files in directory


SYNOPSIS

       nwdir [ -h ] [ -v ] [ -l ] [ -t ] [ -d ] [ 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.

       -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/sys

       With  this  example,  all  files  from   directory   /Net­
       Ware/server/sys are displayed.


AUTHORS

       nwdir was written by Milan Vandrovec. See the Changes file
       of ncpfs for other contributors.


BUGS

       Directory quotas are not displayed.  User  names  are  not
       taken  from NDS, but only from bindery. Code is suboptimal
       due to DOS compatibility.


Man(1) output converted with man2html