Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
euere größten linux fehler :) ?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3, 4, 5, 6  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
Robelix
l33t
l33t


Joined: 21 Jul 2002
Posts: 760
Location: in a World created by a Flying Spaghetti Monster

PostPosted: Tue Mar 27, 2007 7:45 am    Post subject: Reply with quote

Bloodsurfer wrote:
Fauli wrote:
Man kann auch in jedem besonders wichtigen Verzeichnis (also z. B. in /, /etc oder $HOME) eine Datei "-i" anlegen. Dann fragt ein "rm *" in dem Verzeichnis um Bestätigung.

Geht das eigentlich auch umgekehrt mit einer Datei "-rf"? :lol:
Ich möchte es nicht selbst ausprobieren ;)


Ja, funktioniert auch mit -rf - Gerade in einem kleinem Test-directory ausprobiert:

Code:

robelix@gentux ~ $ mkdir testdir
robelix@gentux ~ $ cd testdir
robelix@gentux testdir $ mkdir eins
robelix@gentux testdir $ mkdir zwei
robelix@gentux testdir $ touch eins/file
robelix@gentux testdir $ touch zwei/file
robelix@gentux testdir $ touch -- -rf
robelix@gentux testdir $ ls -lh
total 8.0K
-rw-r--r-- 1 robelix robelix    0 Mar 27 09:37 -rf
drwxr-xr-x 2 robelix robelix 4.0K Mar 27 09:36 eins
drwxr-xr-x 2 robelix robelix 4.0K Mar 27 09:36 zwei
robelix@gentux testdir $ rm -i *
robelix@gentux testdir $ ls -lh
total 0
-rw-r--r-- 1 robelix robelix 0 Mar 27 09:37 -rf
robelix@gentux testdir $


Ein:
Code:

alias rm="rm -- "

hilft zwar dagegen, aber dann kann man beim rm gar keine options mehr angeben. Auch nicht ganz das Wahre. hmmmm.....


BTW: Ähnlicher Fehler mal von mir: "rm dir *" anstatt "rmdir *" - dabei wollte ich doch nur einen packen leerer Verzeichnisse loswerden...
_________________
mysql> SELECT question FROM life, universe, everything WHERE answer=42;
Empty set (2079460347 sec)
Back to top
View user's profile Send private message
rc
Apprentice
Apprentice


Joined: 16 Dec 2003
Posts: 234

PostPosted: Tue Mar 27, 2007 11:25 pm    Post subject: Reply with quote

Um mich auch mal zu outen:
Code:

emerge -C glibc

Ist schon sehr lange her und war nur auf meinem privaten Rechner und daher relativ harmlos.

Ganz blöd war ein revdep-rebuild nach einem openssl Update zu verschlafen, bevor ich ein Image auf ca. 88 Rechner zurückspielte, um dann zu merken, dass der SSH-Login (für automatisierten Shutdown usw.) fehlschlägt.
Sowas macht man dann auch nur einmal. :wink:

Gruss,
rc
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6
Page 6 of 6

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum