initttab contains an svscanboot line. I assume that svscan is already running. # ps -aux | grep svscan Warning: bad syntax, perhaps a bogus '-'? See http://procps.sf.net/faq.html root 9234 0.0 0.1 1536 456 pts/3 R+ 13:46 0:00 grep svscan i kill only process of svcscan but he is still there i mean when i want to reinstall it.
Use Code: ps aux | grep svscan instead. This is not the svscan process itself, it is the grep process that is looking for svscan. If svscan was still running, then there would be additional lines. If you don't want to see that grep line, use Code: ps aux | grep svscan | grep -v grep
i know that i know what grep mean and hot is listed in ps. i wanna shot that svscan is not running but when i want to #make svscan again ...there is error message. i menaged that i delete entry in etc/inittab that spawning process and reboot machine tnx