![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What happens when user logout? | yhacks | Linux | 1 | 05-15-2008 11:20 PM |
| .logout | sharif | SUN Solaris | 3 | 12-24-2007 02:08 AM |
| .logout help | 2dumb | Shell Programming and Scripting | 3 | 05-10-2007 08:49 AM |
| How do you logout from a session? | Heron | Linux | 4 | 04-25-2005 10:11 AM |
| logout command | raguramtgr | UNIX for Dummies Questions & Answers | 6 | 04-09-2004 12:36 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
logout
Every time the ksh script completes I got message - logout. I don't want to see this message....
Can someone give me a clue Thanks in advance. ZAM SunOS 5.9 Generic_118558-19 sun4u sparc SUNW,Sun-Fire-880 |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
You probably have a trap statement in your login .profile that looks like this:
trap 'echo logout' 0 Remove the trap statement, then logout/login. |
|
#3
|
|||
|
|||
|
Spot-on. Thank you Jim.
|
|||
| Google The UNIX and Linux Forums |