NCHECK.8
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .TH NCHECK 8
- .SH NAME
- ncheck - i-node to name converter
- .SH SYNOPSIS
- fBncheckfR [fB-ifI numbersfR] [fB-afR] [fB-sfR] fIfile_systemfRfR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-a" "List all files, even . and .."
- .FL "-i" "Followed by a list of i-nodes"
- .FL "-s" "List only special and setuid files"
- .SH EXAMPLES
- .EX "ncheck - /dev/fd0" "List everything on fI/dev/fd0fR"
- .EX "ncheck -i 10,15 /dev/fd0" "List i-nodes 10 and 15 on fI/dev/fd0fR"
- .SH DESCRIPTION
- .PP
- Sometimes one knows about an i-node number and wants to find the file
- name that goes with it. This program makes that mapping.
- The default is to list everything on the device, but the fB-ifR
- flag restricts the list to specified i-nodes and the fB-sfR flag
- restricts it to special files and setuid files (to look for possible
- security violations).
- .SH "SEE ALSO"
- .BR fsck (1).