|
fsr(1) -- filesystem reorganizer
|
fsr improves the organization of mounted filesystems. The reorganization algorithm operates on one file at a time, compacting or otherwise improving the layout of the file extents (contiguous blocks of file data). fsr improves the EFS filesystems by executing fsr_efs (1M); XFS filesystems are improved with fsr_xfs (1M). The intended usage is to call fsr from crontab at a regular time -- the default is once per week.... |
fsr_efs(1) -- filesystem reorganizer for EFS
|
fsr_efs is applicable only to EFS filesystems. fsr_efs improves the organization of mounted filesystems. The reorganization algorithm operates on one file at a time, compacting or otherwise improving the layout of the file extents (contiguous blocks of file data) while simultaneously compacting the filesystem free space. The following options are accepted by fsr_efs. The -m, -t, and -f options have no meaning if any filesystems, directories, or files are specified on the command line. -m mtab Us... |
|
fsr_xfs(1) -- filesystem reorganizer for XFS
|
fsr_xfs is applicable only to XFS filesystems. fsr_xfs improves the organization of mounted filesystems. The reorganization algorithm operates on one file at a time, compacting or otherwise improving the layout of the file extents (contiguous blocks of file data). The following options are accepted by fsr_xfs. The -m, -t, and -f options have no meaning if any filesystems or files are specified on the command line. -m mtab Use this file for the list of filesystems to reorganize. The default is to... |
fsstat(1) -- report filesystem status
|
fsstat reports on the status of the filesystem on special_file. During startup, this command is used to determine if the filesystem needs checking before it is mounted. fsstat succeeds if the filesystem is unmounted and appears O.K. For the root filesystem, it succeeds if the filesystem is active and not marked bad. fsstat attempts to assure that the blocksize of the device matches that specified in the device volume header.... |
X11/fstobdf(1) -- generate BDF font from X font server
|
The fstobdf program reads a font from a font server and prints a BDF file on the standard output that may be used to recreate the font. This is useful in testing servers, debugging font metrics, and reproducing lost BDF files. |
fstyp(1) -- determine filesystem identifier
|
fstyp allows the user to determine the filesystem identifier of mounted or unmounted filesystems using heuristic programs. The filesystem type is required by mount(2) and sometimes by mount(1M) to mount filesystems of different types. The directory /etc/fstyp.d contains a program for each filesystem type to be checked; each of these programs applies some appropriate heuristic to determine whether the supplied special file is of the type for which it checks. If it is, the program prints on standa... |
ftimer(1) -- report realtime itimer status
|
ftimer provides the cpu number of the processor handling the fast clock used by the real time itimer facility. It also reports any outstanding real time itimer timeouts. The fast clock is inactive until it is first used, then remains active from that time onward. The fast clock typically becomes active when a realtime process (i.e., those running with a non-degrading priority, see npri(1)) executes setitimer(2), or less frequently when some special kernel driver needs the fast clock enabled for ... |
ftnchop(1) -- Invokes the program unit problem isolator
|
UNICOS, UNICOS/mk, and IRIX systems |
ftnlint(1) -- Checks Fortran programs for possible errors
|
ftnlint is supported on UNICOS, UNICOS/mk, and IRIX systems cflint is supported on UNICOS and UNICOS/mk systems |
ftnlist(1) -- Provides a detailed Fortran program listing
|
ftnlist is supported on UNICOS, UNICOS/mk, and IRIX systems cflist is supported on UNICOS and UNICOS/mk systems |
ftnmgen(1) -- Invokes the Fortran makefile generator
|
UNICOS, UNICOS/mk, and IRIX systems |
ftnsplit(1) -- Invokes the Fortran file splitter
|
UNICOS, UNICOS/mk, and IRIX systems |
ftp(1) -- Internet file transfer program
|
ftp is the user interface to the Internet standard File Transfer Protocol (FTP). The program allows a user to transfer files to and from a remote network site. The client host with which ftp is to communicate can be specified on the command line. If this is done, ftp immediately attempts to establish a connection to an FTP server on that host; otherwise, ftp enters its command interpreter and awaits instructions from the user. When ftp is awaiting commands from the user, the prompt ftp> is provi... |
ftpd(1) -- Internet File Transfer Protocol server
|
Ftpd is the Internet File Transfer Protocol server process. The server uses the TCP protocol and listens at the well-known port specified in the services(4) file. Ftpd is started by inetd(1M) whenever a remote client makes a connection request. The following options should specified on the ftpd line in inetd's configuration file, /etc/inetd.conf. If the -l option is specified, each successful and failed ftp session login is logged in the syslog. If this option is specified twice, the retrieve (... |
ftr(1) -- IRIX Interactive Desktop optimized file-type rules compiler ftr - IRIX Interactive Desktop optimized file-type
|
fftr is a utility used to compile file-type rule (FTR) files. It creates optimized type rule (OTR) files. The ftr command, a link to the fftr command, does not support the older compiled type rule (CTR) format files anymore. An FTR file contains a list of file-type rules. Each rule describes how a file of a particular type will appear within the IRIX Interactive Desktop and defines what functions the user can perform on the file by double-clicking on it or choosing menu items that manipulate it.... |