DF(1) - General Commands Manual # DF(1) - General Commands Manual
NAME # df - display free disk space
SYNOPSIS # df [-hiklnP] [-t type] [[file | file_system] …]
DESCRIPTION # The df utility displays statistics about the amount of free disk space on the specified file_system or on the file system of which file is a part. By default, values are displayed as 512-byte block counts. If no operands are specified, statistics for all mounted file systems are displayed (subject to the -l and -t options, below).
...
Rpc.bootparamd,
Exports,
Tcpdump,
Mygate,
Myname,
Rbootd,
Mopd,
Portmap,
Rarpd,
Hostname.if,
Mountd,
Bootparams,
Pxeboot,
Fstab,
Hosts,
Nfsd,
Tftpd,
Dhcpd.conf,
Ethers,
Dhcpd,
Diskless DISKLESS(8) - System Manager’s Manual # DISKLESS(8) - System Manager’s Manual
NAME # diskless - booting a system over the network
DESCRIPTION # The ability to boot a machine over the network is useful for diskless or dataless machines, or as a temporary measure while repairing or re-installing filesystems on a local disk. This file provides a general description of the interactions between a client and its server when a client is booting over the network.
...
DUMP(8) - System Manager’s Manual # DUMP(8) - System Manager’s Manual
NAME # dump, rdump - filesystem backup
SYNOPSIS # dump [-0123456789acnSuWw] [-B records] [-b blocksize] [-d density] [-f file] [-h level] [-s feet] [-T date] files-to-dump
DESCRIPTION # dump examines files on a filesystem and determines which files need to be backed up. These files are copied to the given disk, tape or other storage medium for safe keeping.
...
EDQUOTA(8) - System Manager’s Manual # EDQUOTA(8) - System Manager’s Manual
NAME # edquota - edit user quotas
SYNOPSIS # edquota [-u] [-p proto-username] username | uid …
edquota -g [-p proto-groupname] groupname | gid …
edquota -t [-u]
edquota -g -t
DESCRIPTION # edquota is a quota editor. By default, or if the -u flag is specified, one or more users may be specified on the command line. If a numeric ID is given instead of a name, that UID/GID will be used even if there is not a corresponding ID in the /etc/passwd or /etc/group files.
...
FSCK_EXT2FS(8) - System Manager’s Manual # FSCK_EXT2FS(8) - System Manager’s Manual
NAME # fsck_ext2fs - Second Extended File System consistency check and interactive repair
SYNOPSIS # fsck_ext2fs [-dfnpy] [-b block#] [-m mode] filesystem
DESCRIPTION # fsck_ext2fs performs interactive file system consistency checks and repairs the filesystem specified. It is normally invoked from fsck(8).
The kernel takes care that only a restricted class of innocuous file system inconsistencies can happen unless hardware or software failures intervene.
...
FSCK_FFS(8) - System Manager’s Manual # FSCK_FFS(8) - System Manager’s Manual
NAME # fsck_ffs - Fast File System consistency check and interactive repair
SYNOPSIS # fsck_ffs [-fnpy] [-b block#] [-c level] [-m mode] filesystem
DESCRIPTION # fsck_ffs performs interactive file system consistency checks and repairs the file system specified. It is normally invoked from fsck(8).
The kernel takes care that only a restricted class of innocuous file system inconsistencies can happen unless hardware or software failures intervene.
...
FSCK_MSDOS(8) - System Manager’s Manual # FSCK_MSDOS(8) - System Manager’s Manual
NAME # fsck_msdos - DOS/Windows (FAT) file system consistency checker
SYNOPSIS # fsck_msdos [-fnpy] filesystem
DESCRIPTION # The fsck_msdos utility verifies and repairs FAT file systems (more commonly known as DOS file systems). It checks the specified filesystem and tries to repair all detected inconsistencies, requesting confirmation before making any changes.
If the -p flag is given, fsck_msdos preens the specified filesystem.
...
Newfs,
Scan_ffs,
Fsdb,
Rc,
Growfs,
Fsck_msdos,
Fstab,
Mount,
Fsck_ffs,
Fs,
Fsck_ext2fs,
Fsck FSCK(8) - System Manager’s Manual # FSCK(8) - System Manager’s Manual
NAME # fsck - file system consistency check and interactive repair
SYNOPSIS # fsck [-dfNnpvy] [-b block#] [-l maxparallel] [-T fstype:fsoptions] [-t fstype] [special | node …]
DESCRIPTION # The fsck command invokes file-system-specific programs to check the special devices listed in the fstab(5) file or on the command line for consistency.
It is normally used in the script rc(8) during automatic reboot.
...
FSTAB(5) - File Formats Manual # FSTAB(5) - File Formats Manual
NAME # fstab - static information about the filesystems
SYNOPSIS # #include <fstab.h>
DESCRIPTION # The fstab file contains descriptive information about the various file systems. fstab is only read by programs, and not written; it is the duty of the system administrator to properly create and maintain this file. Each filesystem is described on a separate line; fields on each line are separated by tabs or spaces.
...
MOUNT_CD9660(8) - System Manager’s Manual # MOUNT_CD9660(8) - System Manager’s Manual
NAME # mount_cd9660 - mount an ISO 9660 filesystem
SYNOPSIS # mount_cd9660 [-egjR] [-o options] [-s offset] special node
DESCRIPTION # The mount_cd9660 command attaches the ISO 9660 filesystem residing on the device special to the global filesystem namespace at the location indicated by node. The filesystem is always mounted readonly. This command is invoked by mount(8) when using the syntax
...