shell¶
The following operations can be performed on "shell":
shell¶
Exits to the FreeBSD command prompt. Press Control + D or type exit to return to the Citrix ADC command prompt. Note: The shell can be accessed only by users who have write access to the Citrix ADC.
Synopsis¶
shell [(command)]
Arguments¶
command
Shell command(s) to be invoked.
Example¶
shell
ps | grep nscli¶
485 p0 S 0:01.12 -nscli (nscli) 590 p0 S+ 0:00.00 grep nscli
^D Done¶
shell ps -aux |grep nscli 485 p0 S 0:01.12 -nscli (nscli) 590 p0 S+ 0:00.00 grep nscli