The ftam command allows you to change the local working directory . You can also execute
HP-UX commands, or start an interactive shell using customary HP-UX
syntax. Table 2-6 “Performing Local Operations” illustrates the
ftam commands to do this:
Table 2-6 Performing Local Operations
Command | Description |
|---|
lcd
directory | Changes
the local working directory. Note that the directory parameter is
literal; environment variables (like $HOME) are not recognized. |
!
[command] | Executes
a command to the local operating system. If no command is specified,
ftam escapes to a local interactive shell. Use CTRL-D
or exit to exit the shell and return to ftam. Example: ftam> ! ps -ef |