Hello People, > > I want to write a piece of code (user or kernel > space) that will stop execution of a particular > binary say N. Donot want to tie up the executable to > any user and do a chown or chmod. Want to prevent the > execution independent of any user association. > Write a user application to do that. That application should find the process id from the given process name (as command line argument) then terminate that process using signal. niTin -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/