In message <[EMAIL PROTECTED]>, "Micah Valine" writes: > When I run ps ax on my linux box (Red Hat 7.1), I see a strange script > running that I've never seen before. All I can get out of the ps listing is > the following. > > awk -v progname=/etc/cron.hourly/sysstat progname {????? print progname > ":\n"????? progname="";???? }???? > > I've never seen this before. Do you think I might have been broken into?
Nah. It's a standard RedHat cron job to get system stats. (See /etc/cron.hourly/sysstat, and sa1(1).) --Dave