recover.1
来自「Unix操作系统minix 2.0源码」· 1 代码 · 共 60 行
1
60 行
RECOVER(1) Minix Programmer's Manual RECOVER(1)
NAME
recover - recover files that have been removed.
SYNOPSIS
recover file ...
EXAMPLES
rm x; recover x # Unremove x
recover a b c # Recover three files
DESCRIPTION
MINIX allows files that have been deleted (e.g., with rm) to be restored
(in /tmp). The trick is that when a file is unlinked, its i-node number
is kept in the directory entry. As long as the directory entry and disk
blocks are not reused, the file can be recovered. This program is
actually just a little front end for de, which must be installed as a
set-uid root executable.
SEE ALSO
de(9).
1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?