|
fcdlist(1m) --
|
|
fcmsutil(1m) -- Fibre Channel Mass Storage Utility Command for TACHYON TL A5158A, A6684A, A6685A, TACHYON XL2 A6795A, DUAL POR
|
The fcmsutil command is a diagnostic tool to be used for TACHYON TL A5158A, A6684A, A6685A, TACHYON XL2 A6795A, DUAL PORT A6826A and FC/GigE Combo A9782A/A9784A Fibre Channel Host Bus Adapters. This command provides the ability to perform Fibre Channel Test and Echo functionality, read the card's registers, etc. This command requires the use of a device file to indicate the interface over which t... |
|
fddipciadmin(1m) -- show PCI FDDI interface status, and/or change FDDI attributes
|
fddipciadmin displays information about the status of the PCI FDDI interface. The fddipciadmin utility first shows summary information about the PCI FDDI interface. It then displays a menu that allows the user to refresh statistics and display other interface attributes. The menu also allows the T_Req time (Token Request Time) and T_Notify time (Negotiated Target Token Rotation Time) to be changed... |
fdetach(1m) -- detach a STREAMS-based file descriptor from a filename
|
The fdetach command detaches or disassociates a file descriptor for an open STREAMS device or pipe from its filename in the file system. The path argument is the path that was previously associated with the file descriptor by the fattach() function. Operations on path will subsequently affect the file system node, not the STREAMS device or pipe. The permissions and status of the node are returned ... |
ff(1m) -- list file names and statistics for a file system
|
The ff 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 -o option. Output fields are positional. The output is produced in i-node order; fields are separated by tabs. The default lin... |
ff_hfs(1m) -- list file names and statistics for HFS file system
|
The ff command reads the i-list and directories of each special file special, assuming it to be an HFS 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 using the print options below. Output fields are positional. The output is produced in i-node order; fields are separated ... |
ff_vxfs(1m) -- fast find: list file names and statistics for a VxFS file system
|
ff reads the inode list and directories of each special file, assuming it to be a VxFS file system, and prints inode data for files that match the selection criteria. Output consists of the pathname for each saved inode, plus any other file information requested using the print options below. Output fields are positional. The output is produced in inode order; fields are separated by tabs. The def... |
fg(1) -- standard and restricted POSIX.2-conformant command shells
|
Shell Invocation Tilde Substitution Environment Options Command Substitution Functions rsh Restrictions Parameter Substitution Jobs Definitions Blank Interpretation Signals Commands File Name Generation Execution Simple Commands Quoting Command Reentry Compound Commands Arithmetic Evaluation Command Line Editing Special Commands Prompting emacs/gmacs Editing Mode Comments Conditional Expressions v... |
fgrep(1) -- search a file for a pattern
|
The grep command searches the input text files (standard input default) for lines matching a pattern. Normally, each line found is copied to the standard output. grep supports the Basic Regular Expression syntax (see regexp(5)). The -E option (egrep) supports Extended Regular Expression (ERE) syntax (see regexp(5)). The -F option (fgrep) searches for fixed strings using the fast Boyer-Moore string... |
file(1) -- determine file type
|
file performs a series of tests on each file in an attempt to classify it. If file appears to be an ASCII file, file examines the first 512 bytes and tries to guess its language. If file is an executable a.out file, file prints the version stamp, provided it is greater than 0 (see the description of the -V option in ld(1)). file uses the file /etc/magic to identify files that have some sort of mag... |
find(1) -- find files
|
The find command recursively descends the directory hierarchy for each path name in pathname_list (that is, one or more path names) seeking files that match a Boolean expression written in the primaries given below. By default, find does not follow symbolic links. The Boolean expression is evaluated using short-circuit evaluation. This means that whenever the result of a Boolean operation (AND or ... |
findmsg(1) -- create message catalog file for modification
|
The findmsg command extracts messages from a C program source file and writes them to the standard output in a format suitable for input to gencat (see gencat(1)). The input file will be preprocessed using cpp (see cpp(1)) in order to select print specifiers and handle ifdef, ifndef... conditional cpp primitives. If multiple input files are specified and the -a option is not used, the files are pr... |
findstr(1) -- find strings for inclusion in message catalogs
|
findstr examines files of C source code for uncommented string constants which it places, along with the surrounding quotes, on the standard output, preceding each by the file name, start position, and length. This information is used by insertmsg (see insertmsg(1)). findstr does not output strings that are parameters of the catgets() routine (see catgets(3C)). |
finger(1) -- user information lookup program
|
By default, finger lists for each user_name on the system: + Login name, + Full given name, + Terminal write status (if write permission is denied), + Idle time, + Login time, + User's home directory and login shell, + Any plan the user has placed in file .plan in their home directory, + Project on which they are working from the file .project, also in the home directory, + office location and ph... |
fingerd(1m) -- remote user information server
|
fingerd is the server for the RFC 742 Name/Finger protocol. It provides a network interface to finger, which gives a status report of users currently logged in on the system or a detailed report about a specific user (see finger(1)). The Internet daemon executes fingerd when it receives a service request at the port listed in the services data base for ``finger'' using ``tcp'' protocol; see in... |