Re: Can't remove file as root
From: terry (kj5zr@cowtown.net)Date: 02/23/02
- Previous message: Vladimir: "=?ISO-8859-1?Q?=F0=E5=E0=EB=FC=ED=FB=E9 =E7=E0=F0=E0=E1=EE=F2=EE=EA, =E2?= =?ISO-8859-1?Q?=FB=F1=EE=EA=E8=E9 =E4=EE=F5=EE=E4?="
- In reply to: Teddy: "Can't remove file as root"
- Next in thread: bd: "Re: Can't remove file as root"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: terry <kj5zr@cowtown.net> Date: Sat, 23 Feb 2002 14:55:09 -0600
Teddy wrote:
>
> I have the problem, that I can't remove a file as root anymore, and I
> don't know why. The file was replaced by a hacker.
>
> root@host:/bin # ls -l ps
> -rwxr-xr-x 1 root root 13583 Feb 9 01:04 ps
> root@host:/bin # rm ps
> rm: remove `ps', overriding mode 0755? y
> rm: ps: Operation not permitted
> root@host:/bin # chmod 0700 ps
> chmod: ps: Operation not permitted
>
> Thanks for Help
>
> Teddy
Try:
chmod 2777
-- Registered Linux User #188099 ><>
- Next message: ynotssor: "Re: Can't remove file as root"
- Previous message: Vladimir: "=?ISO-8859-1?Q?=F0=E5=E0=EB=FC=ED=FB=E9 =E7=E0=F0=E0=E1=EE=F2=EE=EA, =E2?= =?ISO-8859-1?Q?=FB=F1=EE=EA=E8=E9 =E4=EE=F5=EE=E4?="
- In reply to: Teddy: "Can't remove file as root"
- Next in thread: bd: "Re: Can't remove file as root"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|