rm -rf mp3
Aqua
- software
0 Christian Seiler0 Aqua
Hi
/mp3/ is a symbolic link, der weggehen soll,
aber wenn ich es löschen will sagt Mandrake es sei eine Direcory!
Wenn ich es mit der Option rm -rf löschen will erklaert er mir,
es sei KEINE Directory
Was soll ich tun?
thx
[root@localhost /]# rm mp3/
rm: remove directory mp3/'? y rm: cannot remove directory
mp3/': Is a directory
[root@localhost /]#
[root@localhost /]#
[root@localhost /]# rm -rf mp3/
rm: cannot remove `mp3/': Not a directory
[root@localhost /]#
Hallo Aqua,
Was soll ich tun?
rm -f mp3
Der / am Ende bringt rm durcheinander.
Viele Grüße,
Christian
hi Christian!
Danke das geht!