TotalNET Advanced Server 5.2 Reference Manual

Examples

  1. Use the following command to list the files in the subdirectory word/doc of the shared object root on the server demopc, prompt for a password, and use the "euc-jp" character set:


    rudir -P -C euc-jp //demopc/root/word/doc/*.*
  2. Use the following command to list all files in the top level of the shared object root with password mypasswd on the server demopc, including system and hidden files:


    rudir -p mypasswd -ash //demopc/root/*.*
  3. Use the command below to list all files with the .exe extension on the server columbia and prompt for a password, as user salmon. The object, dev, has the path fry.


    rudir -u salmon -P //columbia/dev/fry/*.exe