NCHECK.8
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH NCHECK 8
  2. .SH NAME
  3. ncheck - i-node to name converter
  4. .SH SYNOPSIS
  5. fBncheckfR [fB-ifI numbersfR] [fB-afR] [fB-sfR] fIfile_systemfRfR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-a" "List all files, even . and .."
  19. .FL "-i" "Followed by a list of i-nodes"
  20. .FL "-s" "List only special and setuid files"
  21. .SH EXAMPLES
  22. .EX "ncheck - /dev/fd0" "List everything on fI/dev/fd0fR"
  23. .EX "ncheck -i 10,15 /dev/fd0" "List i-nodes 10 and 15 on fI/dev/fd0fR"
  24. .SH DESCRIPTION
  25. .PP
  26. Sometimes one knows about an i-node number and wants to find the file
  27. name that goes with it.  This program makes that mapping.
  28. The default is to list everything on the device, but the fB-ifR
  29. flag restricts the list to specified i-nodes and the fB-sfR flag
  30. restricts it to special files and setuid files (to look for possible
  31. security violations).
  32. .SH "SEE ALSO"
  33. .BR fsck (1).