Web Hosting Talk







View Full Version : PID and logs


tuvok
02-14-2002, 07:00 AM
i have a process running ( cp ) i can see in #top the PID how can i check exactly which cp ( copying files ) this is as i have 2 and want to kill one but not too which one to kill, can i check this somehow i.e to see which /#cp process is the one i initiated

thanks

priyadi
02-14-2002, 08:16 AM
Try 'ps auwwx | grep cp' to reveal the full command line used to execute cp.