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.
|