Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I made a mistake yesterday by exiting a program (python) using ctrl-Z and not ctrl-D. A python process stayed in memory, locking my CDROm.
I tried to kill it by entering something like :
$ kill 1234
It didn't work, so I tried the same under root. The process was still remaining in memory, and my cdrom was still locked. I had to reboot (like in windows).
Is there something I missed ? Isn't kill a "full powered" command, especially under root ?
I made a mistake yesterday by exiting a program (python) using ctrl-Z and not ctrl-D. A python process stayed in memory, locking my CDROm.
I tried to kill it by entering something like :
$ kill 1234
It didn't work, so I tried the same under root. The process was still remaining in memory, and my cdrom was still locked. I had to reboot (like in windows).
Is there something I missed ? Isn't kill a "full powered" command, especially under root ?
I am sorry if i am wrong, but didn't ctrl-Z put it in background ?
If yes, you can run "fg" to bring it in foreground again and then press ctrl-D or do anything else you want.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.