Einzelnen Beitrag anzeigen
Alt 16.11.2002, 19:08   #6
_m3
Inventar
 
Registriert seit: 24.09.2001
Beiträge: 7.335


Standard Re: frage zu os/fs

Zitat:
Original geschrieben von artemisia
bei welcher kombination zwischen os und fs wird rm -d unterstützt?
IMHO bei jedem, da "man rm":
Code:
-d, --directory
              Remove  directories  with  unlink(2)   instead   of
              rmdir(2), and don't require a directory to be empty
              before trying to unlink it.  Only works if you have
              appropriate privileges.  Because unlinking a direc*
              tory causes any files in the deleted  directory  to
              become  unreferenced,  it  is  wise  to fsck(8) the
              filesystem after doing this.
Zitat:
wo werden die inodes bei einem check force protokolliert?
man fsck:
Zitat:
Orphaned files and directories (allocated but unreferenced) are, with the
operator's concurrence, reconnected by placing them in the lost+found
directory. The name assigned is the inode number.
____________________________________
Weiterhin zu finden auf http://martin.leyrer.priv.at , http://twitter.com/leyrer , http://www.debattierclub.net/ , http://www.tratschen.at/ und via Instant Messaging auf Jabber: m3 <ät> cargal.org .
_m3 ist offline   Mit Zitat antworten