日本免费全黄少妇一区二区三区-高清无码一区二区三区四区-欧美中文字幕日韩在线观看-国产福利诱惑在线网站-国产中文字幕一区在线-亚洲欧美精品日韩一区-久久国产精品国产精品国产-国产精久久久久久一区二区三区-欧美亚洲国产精品久久久久

undelete 如何在SCO UNIX下的反刪除

【undelete 如何在SCO UNIX下的反刪除】1 2 下一頁(yè)
SCO OpenServer支持Versioning Filesystems(undelete),但是缺省卻沒(méi)有打開(kāi)此項(xiàng)功能,下面是具體細(xì)節(jié):
1) scoadmin中選擇Hardware/Kernel Manager,選擇Filesystem configuration,
設(shè)置MAXVDEPTH為一個(gè)非零值(n=保存多少以前版本,設(shè)置較大數(shù)時(shí)要考慮磁盤(pán)空間)
設(shè)置MINVTIME(文件versioned之前等待的秒數(shù))
2) 重新編譯(Relink)內(nèi)核;
3) 重新啟動(dòng)服務(wù)器;
4) 啟用Undelete,針對(duì)需要設(shè)置undelete的目錄(例如:/u/data)
undelete -s /u/data
5) 為了察看Versioned情況,設(shè)置以下環(huán)境變量:
SHOWVERSIONS=1; export SHOWVERSIONS
6) 用文件察看命令察看Versioned的文件,可以根據(jù)需要恢復(fù)刪除或覆蓋的文件 。
undelete supports the following options:
If the -l,-p,-s,-u and -v options are not specifIEd,undelete recovers the specified files.
-l
print a listing of all versions of the specified file(s)
-p
purge (permanently delete) specified source file(s)
-s
turn the version attribute on for the specified Directories and its subsequent child directories
-u
turn the version attribute off for the specified directories
-v
force the specified file(s) to be versioned
The following additional options are recognized:
-d
normally,if the specified file is a directory,undelete will operate on the files contained in that directory. If this option is specified,undelete operates on the directory itself.
--------------------------------------------------------------------------------
NOTE: undelete does not work on directories that are mounted.
--------------------------------------------------------------------------------
-i
undelete will prompt for confirmation prior to recovering a file that will overwrite the current version of the file. A y answer means that the undeletion should proceed. Any other answer prevents undelete from undeleting the file.
-f
undelete will recover the file(s) without prompting even if it is overwriting over an existing current version of the file. This option overrides the -i option. Note that this is the default if the standard input is not a terminal.

    推薦閱讀