[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Re: hacked?
- Subject: [cobalt-users] Re: hacked?
- From: "Linuxman" <linuxman@xxxxxxxxxxxxxxxx>
- Date: Sun Nov 17 19:23:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Oops,
Sorry, someone who I work with put that there. I goofed.
false alarm.
> I just found the file home/sites/usercheck.sh that I never saw before. Its
> contents are the following script:
>
> for a in `cat /tmp/sites`
> do
> for b in `ls $a/users`
> do
> echo $a:$b
> #chown -R $b $a/users/$b
> done
> done
>
>
> Have I been hacked?