RulePoint
- RulePoint 6.1.2
- All Products
Shell
| Command
| Example
|
---|---|---|
C
| setenv DISPLAY <TCP/IP node of XWindow server>:0
| setenv DISPLAY 10.1.50.23:0
|
Bash/Korn
| export DISPLAY=”<TCP/IP node of XWindow server>:0”
| export DISPLAY=”10.1.50.23:0”
|
Bourne
| DISPLAY=”<TCP/IP node of XWindow server>:0”
export display
| DISPLAY=”10.1.50.23:0”
export display
|