How to execute one or more commands and scripts when ubuntu shutdown? Is there any script like /etc/profile and ~/.bashrc at system starting? I know linux shutdown may have many causes, in addition to dealing with the kill signal, where can I get for this reason?
|
feedback
|
|
There is a ~/.bash_logout file that executes when you log out of Ubuntu 11.04 I am not sure, but assume there is a similar script in 10.04 Hope this helps. | |||||
feedback
|
The SysV Init scripts (
It sounds as if you want to create a real init script that gets
To do this noninteractively is not straightforward. You can grep through the system logs, looking for indications from | |||
|
feedback
|