Results 1 to 2 of 2
i want to clear the /tmp directoy when logout.how can it be set in bash_logout
please help...
- 01-16-2010 #1Just Joined!
- Join Date
- Aug 2006
- Posts
- 23
bash_logout
i want to clear the /tmp directoy when logout.how can it be set in bash_logout
please help
- 01-17-2010 #2
rm -rf /tmp/*
New to the internet, technical forums, or the hacker / open source community??
Read this to learn good posting habits http://www.catb.org/~esr/faqs/smart-questions.html
RHCE for RHEL version 5
RHCT for RHEL version 4


Reply With Quote