Prasanth Nambiar
Pages
(Move to ...)
Home
▼
Tuesday, May 08, 2007
Auto Completion in ksh
If you want to get auto filename completion in ksh set your editor as vi/emacs
#set -o vi
Press esc and \ to get auto filename completion
#set -o emacs
Press esc two times to get auto filename completion
Opening Web Based System Manager From telnet Session
Install any of the Xwindow utility in the client machine for eg: Xmanager
Set the DISPLAY variable
#DISPLAY=client_hostname:0.0
for eg: If the clent machine name is xyz.abc.com you have to set the DISPLAY as
#DISPLAY=xyz.abc.com:0.0
Then type the command
#xterm –ls –display $DISPLAY
Then you will get a graphical window with prompt issue the command
#wsm
You will get Web Based System Manager
‹
›
Home
View web version