How to get the process id of all active unix process that are related to f60web and build a script at run time to kill them, after executing this unix script none of the f60web unix process should be running (all of them should have been killed)


ps -ef |grep applmgr
|grep frm | grep -v grep |awk ‘{print $2}’ |xargs kill -9
Recommended Posts

Start typing and press Enter to search