[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Terminal clearing




Sat, Jun 17, 2000 at 06:31:33PM +0200 you wrote:
> I'd like to know why the screen doesn't clear itself when logging out
> from a terminal (at the machine) as root. For regular users, the terminal
> clears itself when logging out and so why doesnt it do that for root? I mean,
> if it should be done, then for root, IMO, or am I missing s/t here?

You could modify or write yourself /root/.bash_logout 
putting this line into the file:

clear

or type: 

# echo 'clear' > /root/.bash_logout


-- 
Rd



Reply to: