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
Pages
▼
Tuesday, May 08, 2007
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
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
Friday, April 13, 2007
Getting Command History from telnet Window
From ksh type th command:-
#set -o vi
Then you can use Esc and cursor movement characters (esc-k,esc-j)
#set -o vi
Then you can use Esc and cursor movement characters (esc-k,esc-j)