|
fsck(1m) -- file system consistency check and interactive repair
|
The fsck command audits and interactively repairs inconsistent conditions for HP-UX file systems on mass storage device files identified by special. If the file system is consistent, the number of files on that file system and the number of used and free blocks are reported. If the file system is inconsistent, fsck provides a mechanism to fix these inconsistencies, depending on which form of the f... |
fsck_cachefs(1m) -- check integrity of data cached with CacheFS
|
The CacheFS version of the fsck command checks the integrity of a cache directory. By default it corrects any CacheFS problems it finds. There is no interactive mode. The most likely invocation of fsck for CacheFS file systems is at boot time from an entry in the /etc/fstab file. |
|
fsck_hfs(1m) -- HFS file system consistency check and interactive repair
|
The fsck command audits and repairs inconsistent conditions for HFS file systems on mass storage device files identified by special. If the file system is consistent, the number of files on that file system and the number of used and free blocks are reported. If the file system is inconsistent, fsck provides a mechanism to fix these inconsistencies, depending on which form of the fsck command is u... |
fsck_vxfs(1m) -- check and repair a VxFS file system
|
fsck checks VxFS file systems for consistency. Because VxFS records pending file system updates in an intent log, fsck typically replays the intent log instead of doing a full structural file system check. You can use options (-o full or -y) to force a full structural file system check. special specifies one or more special character devices, for example, /dev/rdsk/c1t0d0. If multiple devices are ... |
fsclean(1m) -- determine the shutdown status of HFS file systems
|
The fsclean command determines the shutdown status of the HFS file system specified by special or, in the absence of special, the file systems listed in /etc/fstab of type hfs with the rw, default, or ro options set. All optional fields in /etc/fstab must be present for fsclean to be able to check each file system. fsclean reads the superblock to determine whether the file system's last shutdown ... |
fsclean_hfs(1m) -- determine the shutdown status of HFS file systems
|
The fsclean command determines the shutdown status of the HFS file system specified by special or, in the absence of special, the file systems listed in /etc/fstab of type hfs with the rw, default, or ro options set. All optional fields in /etc/fstab must be present for fsclean to be able to check each file system. fsclean reads the superblock to determine whether the file system's last shutdown ... |
fsdb(1m) -- file system debugger (generic)
|
The fsdb command can be used to patch up a damaged file system after a crash. It is intended for experienced users only. The file system type to be debugged is specified as FStype. Each file system type has a unique structure requiring different debugging capabilities. The manual entries for the file-system-specific fsdb should be consulted before attempting any debugging or modifications. |
fsdb_hfs(1m) -- HFS file system debugger
|
The fsdb command can be used to patch up a damaged file system after a crash. |
fsdb_vxfs(1m) -- VxFS file system debugger
|
fsdb can analyze VxFS file system problems or repair a damaged VxFS file system after a crash. A special device special specifies the file system to debug. The fsdb command is intended for experienced users only. fsdb can convert block and inumbers into their corresponding disk addresses. In addition, mnemonic offsets allow access to different parts of an inode. These greatly simplify the process ... |
fsirand(1m) -- install random inode generation numbers
|
fsirand installs random inode generation numbers on all the inodes on device special, and also installs a filesystem ID in the superblock. This process increases the security of filesystems exported by NFS. Use fsirand only on an unmounted filesystem that was checked with fsck (see fsck(1M)). The only exception is that it can be used on the root filesystem in single-user mode if the system is imme... |
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(1m) -- determine file system type
|
The fstyp command allows the user to determine the file system type of a mounted or unmounted file system. special represents a device special file (for example: /dev/dsk/c1t6d0). The file system type is determined by reading the superblock of the supplied special file. If the superblock is read successfully, the command prints the file system type identifier on the standard output and exits with ... |
ftio(1) -- faster tape I/O
|
ftio is a tool designed specifically for copying files to tape drives. It performs faster than either cpio or tar in comparable situations (see cpio(1) and tar(1)). ftio uses multiple processes (to read/write the file system and to write/read the tape device), with large amounts of memory sharing between processes as well as a large block size for reading and writing to the tape. ftio is compatibl... |
ftp(1) -- file transfer program
|
ftp is a user interface to the File Transfer Protocol. ftp copies files over a network connection between the local ``client'' host and a remote ``server'' host. ftp runs on the client host. |
ftpcount(1) -- show current number of users for each class
|
The ftpcount command shows the current number of users (and the limit) for each class defined in the ftpaccess file. If the ftpaccess file does not exist, the ftpcount command will not display anything. However, if the ftpaccess file exists and it is of zero bytes, ftpcount will display an error message: ftpcount:no service classes defined, no usage count kept. The -V option causes the program to ... |