--- In ukha_d@xxxxxxx, "Kevin Hawkins" <lists@u...>
wrote:
> Hi Doogie
>
>
>
> - double posts here so I'll leave it to you as you know far more
about
> this than me - one question - how do I see what applications are
running
> on Tivo and how do I end them ? For example having started the ftp
> server how can I see if it's still running and how do I end it
> gracefully. It does seem to hang a bit.
list all processes: ps -ef
look for ftp process: ps -efgrep ftp
to end a process: kill -9 <process id>
where process id is the number in the first column from the ps
command.
Comments to the Webmaster are always welcomed, please use
this contact form
. Note that as this site is a mailing list archive, the Webmaster has no control
over the contents of the messages. Comments about message content should be directed
to the relevant mailing list.