On 05/03/12 19:15, jdow wrote:
On 2012/03/05 16:02, Bob Goodwin wrote:
On 05/03/12 18:55, Ed Greshko wrote:
On 03/06/2012 07:50 AM, Bob Goodwin wrote:
"set|grep PS" Produces more data than I can deal with visually,
roughly two screens full ...

Then do

set | grep ^PS


 From "good" computer ~

[bobg@box6 Downloads]$ set | grep ^PS
PS1='[\u@\h \W]\$ '
PS2='> '
PS4='+ '


"Bad" computer ~

[bobg@box9 ~]$ set | grep ^PS
PS1='[\u@\h \W]\$ '
PS2='> '
PS4='+ '

Um, do it when you are getting that bash-4.2.5 prompt. It WILL be different
or else it's time to scrub the hacker out of your system.

{^_^}

       Why didn't I think of that? Because I'm trying to do too many
       things at once, distractions here.

       "Bad" computer, "Good" prompt as user:
       [bobg@box9 ~]$ set | grep ^PS
       PS1='[\u@\h \W]\$ '
       PS2='> '
       PS4='+ '

       Bad prompt as root:
       [bobg@box9 ~]$ su
       Password:
       bash-4.2# set | grep ^PS
       PS1='\s-\v\$ '
       PS2='> '
       PS4='+ '

       It is different but where does it come from?



--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to