TotalNET Advanced Server 5.2 Reference Manual

rurd

This command deletes a directory on a remote server.

Location

TNHOME/usr/bin

Usage

rurd [-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. 

Example

Use the following command to access the remote server, remove the subdirectory tmp from the top directory of the shared object root on the server kathserver, prompt for a password, and use the character set "builtin-unicode", as user Heather:

rurd -u Heather -P -C builtin-unicode //kathserver/root/tmp