logon scripts issue [1]
logon scripts issue
Thursday, June 7, 2012 8:38 PM - sba
Execute the following command the problem of pictures appear accessories :
export PS1=[`whoami`@`hostname`:'$PWD']#
Program Ver. : Xshell 4
export PS1=[`whoami`@`hostname`:'$PWD']#
Program Ver. : Xshell 4
Re: logon scripts issue
Friday, June 8, 2012 5:36 PM - Bob
You can try the following command instead:
export PS1="[\u@\h:$PWD]# "
export PS1="[\u@\h:$PWD]# "
Previous views: 101