View previous topic :: View next topic |
Author |
Message |
jhboricua Tux's lil' helper
Joined: 07 May 2002 Posts: 113
|
Posted: Sat May 18, 2002 12:36 am Post subject: Quick simple question |
|
|
I want the console to clear the screen when a user logs out, so there is only the login prompt at the top. How do I do this? |
|
Back to top |
|
|
handsomepete Guru
Joined: 21 Apr 2002 Posts: 548 Location: Kansas City, MO
|
Posted: Sat May 18, 2002 1:29 pm Post subject: |
|
|
echo clear >> ~/.bash_logout
Do that for every user's directory and/or add it to your skel. That oughta do it. |
|
Back to top |
|
|
|