PDA

View Full Version : [ubuntu] What is copyto.sh?



mister_p_1998
January 23rd, 2009, 06:09 PM
Strange thing today, my cpu was maxing out, and when I ran Atop, there were two zombies, and four instances of a script called copyto.sh, its not one Ive written, and I did a search in Home and the full filesystem. Nothing was found, is it a system created script? Im running Dapper.
Steve

XanTrax
January 23rd, 2009, 06:17 PM
Strange thing today, my cpu was maxing out, and when I ran Atop, there were two zombies, and four instances of a script called copyto.sh, its not one Ive written, and I did a search in Home and the full filesystem. Nothing was found, is it a system created script? Im running Dapper.
Steve

I do not know your level of linux knowledge but can you please run these commands and post the output.



sudo su -
cd /
find * | grep -i "copyto.sh"

mister_p_1998
January 23rd, 2009, 06:37 PM
I do not know your level of linux knowledge but can you please run these commands and post the output.



sudo su -
cd /
find * | grep -i "copyto.sh"



Aha!
It was Amarok!

root@ubuntu:/# find * | grep -i "copyto.sh"
home/steve/.kde/share/apps/amarok/scripts/copyto/copyto.sh

I was trying to play MP3's off my server.
Thanks
Steve

XanTrax
January 24th, 2009, 03:15 PM
Aha!
It was Amarok!

root@ubuntu:/# find * | grep -i "copyto.sh"
home/steve/.kde/share/apps/amarok/scripts/copyto/copyto.sh

I was trying to play MP3's off my server.
Thanks
Steve

No problem, glad I could help :p.