Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
NCHECK.8
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- NCHECK(8) Minix Programmer's Manual NCHECK(8)
- NAME
- ncheck - i-node to name converter
- SYNOPSIS
- ncheck [-i numbers] [-a] [-s] file_system
- OPTIONS
- -a List all files, even . and ..
- -i Followed by a list of i-nodes
- -s List only special and setuid files
- EXAMPLES
- ncheck - /dev/fd0 # List everything on /dev/fd0
- ncheck -i 10,15 /dev/fd0
- # List i-nodes 10 and 15 on /dev/fd0
- DESCRIPTION
- 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 -i flag restricts the list to
- specified i-nodes and the -s flag restricts it to special files and
- setuid files (to look for possible security violations).
- SEE ALSO
- fsck(1).
- 1