Re: How to delete bash history of root

2002-10-30 Thread Todd A. Jacobs
On Wed, 30 Oct 2002, David Kramer wrote: > I might be wrong here, and please accept my apologies if I am, but the > only reason I can thing of wanting to remove root's history without > logging out and logging back in is if you found someone else's root > login open, and you want to do bad things

Re: How to delete bash history of root

2002-10-30 Thread Todd A. Jacobs
On Wed, 30 Oct 2002, Roger wrote: > My question is the same as the subject, how to delete the bash history > of root. any suggestion is appreciated rm $HISTFILE && history -c -- "The only thing that helps me maintain my slender grip on reality is the friendship I share with my collection of sin

Re: How to delete bash history of root

2002-10-30 Thread mark
On Wednesday 30 October 2002 09:23 am, you is done writ: > Words by Gordon Ewasiuk [Wed, Oct 30, 2002 at 06:29:46AM -0500]: > > On Wed, 30 Oct 2002, Ramesh Pathak wrote: > > > From: "Emmanuel Seyman" <[EMAIL PROTECTED]> > > > Sent: Wednesday, October 30, 2002 5:41 PM >> > > On Wed, Oct 30, 2002 at

Re: How to delete bash history of root

2002-10-30 Thread Craig Iffelberg
Wednesday 30 October 2002 03:47 am, Roger wrote: > if without logout how to do? > - Original Message - > From: "Emmanuel Seyman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 30, 2002 5:41 PM > Subject: Re: How to delete bash

Re: How to delete bash history of root

2002-10-30 Thread David Kramer
On Wednesday 30 October 2002 04:47 am, Roger wrote: > if without logout how to do? > - Original Message - > From: "Emmanuel Seyman" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, October 30, 2002 5:41 PM > Subject: Re: How to delete

Re: How to delete bash history of root

2002-10-30 Thread Ed Wilts
On Wed, Oct 30, 2002 at 05:15:23PM +0800, Roger wrote: > Hi all > > My question is the same as the subject, how to delete the bash history of > root. any suggestion is appreciated # history -c -- Ed Wilts, Mounds View, MN, USA mailto:ewilts@;ewilts.org Member #1, Red Hat Community Ambassador Pr

Re: How to delete bash history of root

2002-10-30 Thread Muhammad Faisal Rauf Danka
> cc: (bcc: Ramesh Pathak/Satyam) > > >

Re: How to delete bash history of root

2002-10-30 Thread Jose Celestino
> From: "Emmanuel Seyman" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Wednesday, October 30, 2002 5:41 PM > > Subject: Re: How to delete bash history of root > > > > > > On Wed, Oct 30, 2002 at 05:15:23PM +0800, Roger wrote: > &g

Re: How to delete bash history of root

2002-10-30 Thread Gordon Ewasiuk
; Sent: Wednesday, October 30, 2002 5:41 PM > Subject: Re: How to delete bash history of root > > > On Wed, Oct 30, 2002 at 05:15:23PM +0800, Roger wrote: > > > > My question is the same as the subject, how to delete the bash history of > > root. any suggestion is appreciate

Re: How to delete bash history of root

2002-10-30 Thread Jose Celestino
> cc: (bcc: Ramesh Pathak/Satyam) > > > > Subject Re: How to delete bash history of root > : >

Re: How to delete bash history of root

2002-10-30 Thread Ramesh Pathak
sh Pathak/Satyam) Subject Re: How to delete bash

Re: How to delete bash history of root

2002-10-30 Thread Emmanuel Seyman
On Wed, Oct 30, 2002 at 05:47:46PM +0800, Roger wrote: > > if without logout how to do? I don't believe it's possible. I think the .bash_history is stored in memory and written to disk upon logout. Emmanuel -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject

Re: How to delete bash history of root

2002-10-30 Thread Roger
if without logout how to do? - Original Message - From: "Emmanuel Seyman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 5:41 PM Subject: Re: How to delete bash history of root On Wed, Oct 30, 2002 at 05:15:23PM +0800, Roger wrote: &

Re: How to delete bash history of root

2002-10-30 Thread Emmanuel Seyman
On Wed, Oct 30, 2002 at 05:15:23PM +0800, Roger wrote: > > My question is the same as the subject, how to delete the bash history of > root. any suggestion is appreciated Logout Login and run the command "rm .bash_history" Logout Emmanuel -- redhat-list mailing list unsubscribe mailto:redhat

Re: How to delete bash history of root

2002-10-30 Thread Roger
I tried, but it doesn't work - Original Message - From: "Ernest E Vogelsinger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 5:19 PM Subject: Re: How to delete bash history of root

Re: How to delete bash history of root

2002-10-30 Thread Nick Lindsell
At 17:15 30/10/2002 +0800, you wrote: Hi all My question is the same as the subject, how to delete the bash history of root. any suggestion is appreciated rm /root/.bash_history. R -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https:/

Re: How to delete bash history of root

2002-10-30 Thread Ernest E Vogelsinger
At 10:15 30.10.2002, Roger said: [snip] >Hi all > >My question is the same as the subject, how to delete the bash history of >root. any suggestion is appreciated [snip] rm -f /root/.bash_history -- >O Ernest

How to delete bash history of root

2002-10-30 Thread Roger
Hi all My question is the same as the subject, how to delete the bash history of root. any suggestion is appreciated R -- redhat-list mailing list unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list