cd - UDM Command
Syntax
cd logical-name[=directory]
Description
The cd command changes the working directory (on UNIX, Windows, IBM i, and file system HFS; on z/OS, the current data set qualifiers for DSN and DD file systems) on the specified logical machine (logical-name) to the specified path.
If no directory is specified, the current working directory (or qualifier) is printed to the UDM Manager.
Parameters
Parameter | Description |
---|---|
logical-name | Logical name of the transfer server to execute the cd command. |
directory | Directory to be changed to the working directory on the server. |
Example
To change the current directory on the machine with the logical name ntmachine to c:\src:
cd ntmachine=c:\src