Use the SYSTEM command to escape temporarily to the operating
system to execute a single operating system command.
SYSTEM can be abbreviated with an exclamation point (!).
Anyone can issue this command.
NETUtil Syntax |
 |
netutil=> SYSTEM
Command: SystemCommand
|
Parameters |
 |
- SystemCommand
is the HP-UX command to be executed.
Example |
 |
netutil=> system
Command: ll
total 5586
-rw-rw-r-- 1 guest guest 10626 Jul 12 11:06 +invfile
-rw------- 1 hpdb guest 204800 Apr 20 15:20 OrderDF1
-rw------- 1 hpdb guest 204800 Apr 20 15:20 OrderXF1
.
.
.
netutil=>
|