Gentoo Archives: gentoo-user-es

From: "Lluís" <enboig@×××××.com>
To: gentoo-user-es@l.g.o
Subject: [gentoo-user-es] problema borrando ficheros
Date: Tue, 09 Jan 2007 22:44:07
Message-Id: 45a29f450701091443s55d5ce6cw3d109502c4b7a99b@mail.gmail.com
1 hola, estoy haciendo limpieza a mi disco duro y he encontrado unos
2 ficheros que no puedo borrar, ni hacer chmod 777 ni chown root:root
3 .....
4
5 los ficheros son:
6
7 mig phpgroupware # ls -l | more
8 total 732
9 drwxrwxr-x 2 1002 103 0 Aug 31 13:17 CVS
10 -rw-rwxr-- 1 1002 103 863 Jan 28 2004 README.NOW-IMPORTANT
11 -rw-rwxr-- 1 1002 users 4420 Jan 3 2005 about.php
12 drwxrwxr-x 8 1002 103 0 Aug 31 13:17 addressbook
13 drwxrwxr-x 8 1002 103 0 Aug 31 13:17 admin
14 -rw-rwxr-- 1 1002 users 1650 Jun 3 2005 anon_wrapper.php
15 drwxrwxr-x 7 1002 103 0 Aug 31 13:17 bookmarks
16 drwxrwxr-x 9 1002 103 0 Aug 31 13:17 calendar
17 drwxrwxr-x 6 1002 103 0 Aug 31 13:17 chat
18 ..............
19
20 como veis la mayoria no tiene ni usuario ni grupo, los errores son:
21
22 mig phpgroupware # rm -fR *
23 rm: cannot remove `CVS/Tag': Permission denied
24 ......
25
26 mig phpgroupware # chown root:root -vR *
27 chown: changing ownership of `CVS/Tag': Permission denied
28 failed to change ownership of `CVS/Tag' to root:root
29 .......
30
31 mig phpgroupware # chmod 777 -vR *
32 chmod: changing permissions of `CVS': Permission denied
33 failed to change mode of `CVS' to 0777 (rwxrwxrwx)
34 .....
35
36
37 Seguramente quedaron de alguna reinstalación que hize, pero no se como
38 borrarlos ahora; alguna idea?
39
40 --
41 *Hi han dues paraules que t'obriran totes les portes del món: "estira"
42 i "empeny".
43 *Quan fa 6x9? 42!!! (funciona en base 13)
44 *PowerBall: 11.286 rpm !!!!
45 *Abans d'imprimir aquest missatge, pensa en el medi ambient.
46
47 --
48 gentoo-user-es@g.o mailing list

Replies

Subject Author
Re: [gentoo-user-es] problema borrando ficheros Bruno Espinoza <bruno32@×××××.com>
Re: [gentoo-user-es] problema borrando ficheros Javier Barrio <coder@×××××.org>