Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ncheck(1m) [hpux man page]

ncheck(1M)																ncheck(1M)

NAME
ncheck - generate a list of path names from inode numbers SYNOPSIS
FStype] specific_options] [special ...] DESCRIPTION
when invoked without arguments, generates a list of path names corresponding to the inode numbers of all files contained on the file sys- tems listed in If special is specified, ncheck reports on the special only. Path names generated by are relative to the given special. Options Specify the file system type on which to operate (see fstyp(1M) and fs_wrapper(5)). If this option is not included on the command line, then the file system type is determined from the file by matching each special with an entry in that file. If there is no entry in then the file system type is determined from the file Specify options specific to each file system type. specific_options is a list of suboptions and/or keyword/attribute pairs intended for a specific FStype-specific mod- ule of the command. See the file-system-specific manual pages for a description of the specific_options supported, if any. Echo the completed command line, but perform no other action. The command line is generated by incorporating the user-specified options and other information derived from This option allows the user to verify the command line. EXAMPLES
Execute the command on all special in Execute the command on HFS file system Display a completed command line without executing the command: FILES
Specifies the default system type. Static information about the file systems. AUTHOR
was developed by AT&T and HP. SEE ALSO
fstab(4), fstyp(1M), fs_wrapper(5), ncheck_hfs(1M), ncheck_vxfs(1M). STANDARDS CONFORMANCE
ncheck(1M)

Check Out this Related Man Page

ff(1M)																	    ff(1M)

NAME
ff - list file names and statistics for a file system SYNOPSIS
FStype] specific_options] special ... DESCRIPTION
The command reads the i-list and directories of each special file, assuming it to be a file system, saving i-node data for files that match the selection criteria. Output consists of the path name for each saved i-node, plus any other file information requested with the option. Output fields are positional. The output is produced in i-node order; fields are separated by tabs. The default line produced by includes the path name and i-number fields. Options and Arguments recognizes the following options and arguments: Specify the file system type on which to operate (see fstyp(1M) and fs_wrapper(5)). If this option is not included on the command line, then the file system type is determined from the file by matching each special with an entry in that file. If there is no entry in then the file system type is determined from the file Specify options specific to each file system type. specific_options is a list of suboptions and/or keyword/attribute pairs intended for a specific FStype-specific mod- ule of the command. See the file-system-specific man pages for a description of the specific_options supported, if any. Echo the completed command line, but perform no other action. The command line is generated by incorporating the user-specified options and other information derived from This option allows the user to verify the command line. EXAMPLES
List the path names and i-numbers of all files in the file system Execute the command on HFS file system Display a completed command line without executing the command: FILES
File that specifies the default system type. Static information about the file systems. SEE ALSO
find(1), ff_hfs(1M), ff_vxfs(1M), fstyp(1M), ncheck(1M), fstab(4), fs_wrapper(5). ff(1M)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

How to Pass a list of file names to ls

Hi I have a list of file names generated from a find command. The list does not show complete file information. I would like to do this: generate the list of file names pass each file name generated to ls -l command what is the best way to do this without a script? I have tried... (2 Replies)
Discussion started by: GMMike
2 Replies

2. Shell Programming and Scripting

how to add a line after a specific line

hi I want to add a line just after a specific line can you please help? thx (2 Replies)
Discussion started by: melanie_pfefer
2 Replies

3. UNIX for Dummies Questions & Answers

Selecting specific line using awk

Hi, I would like to get the specific line from the file taking specific coloumn as reference. Thanks and Regards (1 Reply)
Discussion started by: kkarthik_kaja
1 Replies

4. Shell Programming and Scripting

How to take set of numbers?

I have to take a list of numbers from the keyboard and not by passing arguments. How will I read a set of numbers in such a way that I can use any number I wish to operate upon. Is there any specific command to do so. As said before I dont want to pass the numbers as arguments from command line.... (3 Replies)
Discussion started by: VishBoy
3 Replies