TotalNET Advanced Server 5.2 Reference Manual

rumd

This command, for use with LM-NT-OS/2 servers, creates a directory on a remote server.

Location

TNHOME/usr/bin

Usage

rumd [-u username] [{-p password|-P}] [-C charset] //servername/object/path

Options

-u username

Specify the name of a user for the remote server.  

-p password

Specify username's password on the command line. No subsequent password prompt appears.

-P 

Prompt for username's password. The password does not display as you type it. This option proves especially if you want to include the command but not the password in a batch file.

-C charset

Specify the client character set. If not specified, the character set defaults to builtin-codepage-437. Valid character sets include:

builtin-mac-roman

builtin-iso-latin-1

builtin-unicode

builtin-codepage-437

You can use additional character sets if you install TAS. 

servername

Specify the name of the remote server. 

object

Specify the name of a shared object on a remote LM-NT-OS/2 server. 

path

Specify a full directory on the remote server. 

Examples

  1. Use the following command to create the subdirectory tmp in the top directory of the shared object root on the server aztecserver and prompt for the object's password:


    rumd -P //aztecserver/root/tmp
  2. Use the following command to create the subdirectory perm on the object mta on the server boston for the user charlie with password broke:


    rumd -u charlie -p broke //boston/mta/perm