.B cfdisk
is a curses-based program for partitioning any block device.
The default device is
-.BR /dev/sda .
+.IR /dev/sda .
Note that
.B cfdisk
option is not specified,
.B fsck
will default to checking filesystems in
-.B /etc/fstab
+.I /etc/fstab
serially. This is equivalent to the
.B \-As
options.
If an options specifier is present, then only filesystems which contain
.I fs-option
in their mount options field of
-.B /etc/fstab
+.I /etc/fstab
will be checked. If the options specifier is prefixed by a negation
operator, then only
those filesystems that do not have
.I fs-option
in their mount options field of
-.B /etc/fstab
+.I /etc/fstab
will be checked.
.sp
For example, if
appears in
.IR fslist ,
then only filesystems listed in
-.B /etc/fstab
+.I /etc/fstab
with the
.B ro
option will be checked.
calling a filesystem specific checker. Therefore non-existing
devices may cause the system to enter filesystem repair mode during
boot if the filesystem specific checker returns a fatal error. The
-.B /etc/fstab
+.I /etc/fstab
mount option
.B nofail
may be used to have
.B FSTAB_FILE
This environment variable allows the system administrator
to override the standard location of the
-.B /etc/fstab
+.I /etc/fstab
file. It is also useful for developers who are testing
.BR fsck .
.TP
a comment.
.SH FILES
-.B $XDG_CONFIG_HOME/terminal-colors.d
+.I $XDG_CONFIG_HOME/terminal-colors.d
.br
-.B $HOME/.config/terminal-colors.d
+.I $HOME/.config/terminal-colors.d
.br
-.B /etc/terminal-colors.d
+.I /etc/terminal-colors.d
.SH ENVIRONMENT
.IP TERMINAL_COLORS_DEBUG=all
.SH CONFIG FILE ITEMS
.B chfn
reads the
-.BR /etc\:/login.defs (5)
+.IR /etc\:/login.defs (5)
configuration file. Note that the configuration file could be
distributed with another package (e.g. shadow-utils). The following
configuration items are relevant for
.SH DESCRIPTION
.B last
searches back through the
-.B /var/log/wtmp
+.I /var/log/wtmp
file (or the file designated by the
.B \-f
option) and displays a list of all users logged in (and out) since that
is the same as
.BR last ,
except that by default it shows a log of the
-.BR /var/log/btmp
+.IR /var/log/btmp
file, which contains all the bad login attempts.
.SH OPTIONS
.TP
Tell
.B last
to use a specific \fIfile\fR instead of
-.BR /var/log/wtmp .
+.IR /var/log/wtmp .
The
.B \-\-file
option can be given multiple times, and all of the specified files will be
.PP
Then the user's shell is started. If no shell is specified for the
user in
-.BR /etc\:/passwd ,
+.IR /etc\:/passwd ,
then
-.B /bin\:/sh
+.I /bin\:/sh
is used. If there is no directory specified in
.IR /etc\:/passwd ,
then
.SH CONFIG FILE ITEMS
.B login
reads the
-.BR /etc\:/login.defs (5)
+.IR /etc\:/login.defs (5)
configuration file. Note that the configuration file could be
distributed with another package (e.g. shadow-utils). The following
configuration items are relevant for
.B sulogin
will be connected to the current terminal, or to the optional \fItty\fR device that
can be specified on the command line (typically
-.BR /dev/console ).
+.IR /dev/console ).
.PP
When the user exits from the single-user shell, or presses control\-D at the
prompt, the system will continue to boot.
Example scripts for (ba)sh and (t)csh are provided with the
.BR getopt (1)
distribution, and are optionally installed in
-.BR /usr/share/getopt/
+.IR /usr/share/getopt/
or
-.BR /usr/share/doc/
+.IR /usr/share/doc/
in the util-linux subdirectory.
.SH ENVIRONMENT
.IP POSIXLY_CORRECT
.B lsblk
command needs to be able to look up each block device by major:minor numbers,
which is done by using
-.BR /sys/dev/block .
+.IR /sys/dev/block .
This sysfs block directory appeared in kernel 2.6.27 (October 2008).
In case of problems with a new enough kernel, check that CONFIG_SYSFS
was enabled at the time of the kernel build.
that the command was able to find on the system.
.SH EXAMPLE
To find all files in
-.B /usr/\:bin
+.I /usr/\:bin
which are not documented
in
-.B /usr/\:man/\:man1
+.I /usr/\:man/\:man1
or have no source in
-.BR /usr/\:src :
+.IR /usr/\:src :
.IP
.B cd /usr/bin
.br
.SH NAME
fstab \- static information about the filesystems
.SH SYNOPSIS
-.B /etc/fstab
+.I /etc/fstab
.SH DESCRIPTION
The file
.B fstab
.SH DESCRIPTION
All files accessible in a Unix system are arranged in one big
tree, the file hierarchy, rooted at
-.BR / .
+.IR / .
These files can be spread out over several devices. The
.B mount
command serves to attach the filesystem found on some device
to verify that the UUIDs are really unique in your system.
The recommended setup is to use tags (e.g.\& \fBLABEL=\fIlabel\fR) rather than
-.B /dev/disk/by-{label,uuid,partuuid,partlabel}
-udev symlinks in the /etc/fstab file. Tags are
+.I /dev/disk/by-{label,uuid,partuuid,partlabel}
+udev symlinks in the
+.I /etc/fstab
+file. Tags are
more readable, robust and portable. The
.BR mount (8)
command internally uses udev
not vice versa. A private mount carries no propagation abilities. An
unbindable mount is a private mount which cannot be cloned through a bind
operation. The detailed semantics are documented in
-.B Documentation/filesystems/sharedsubtree.txt
+.I Documentation/filesystems/sharedsubtree.txt
file in the kernel source tree.
Supported operations are:
The
.B readprofile
command uses the
-.B /proc/profile
+.I /proc/profile
information to print ascii data on standard output. The output is
organized in three columns: the first is the number of clock ticks,
the second is the name of the C function in the kernel where those
.TP
\fB\-m\fR, \fB\-\-mapfile\fR \fImapfile\fR
Specify a mapfile, which by default is
-.BR /usr/src/linux/System.map .
+.IR /usr/src/linux/System.map .
You should specify the map file on cmdline if your current kernel
isn't the last one you compiled, or if you keep System.map elsewhere.
If the name of the map file ends with `.gz' it is decompressed on the
.TP
\fB\-p\fR, \fB\-\-profile\fR \fIpro-file\fR
Specify a different profiling buffer, which by default is
-.B /proc/profile.
+.IR /proc/profile .
Using a different pro-file is useful if you want to `freeze' the
kernel profiling at some time and read it later. The
-.B /proc/profile
+.I /proc/profile
file can be copied using `cat' or `cp'. There is no more support for
compressed profile buffers, like in
.B readprofile-1.1,
\fB\-r\fR, \fB\-\-reset\fR
Reset the profiling buffer. This can only be invoked by root,
because
-.B /proc/profile
+.I /proc/profile
is readable by everybody but writable only by the superuser.
However, you can make
.B readprofile
.LP
.B readprofile
only works with an 1.3.x or newer kernel, because
-.B /proc/profile
+.I /proc/profile
changed in the step from 1.2 to 1.3
.LP
This program only works with ELF kernels. The change for a.out
negative (to make things go very fast).
.SH FILES
.TP
-.B /etc/passwd
+.I /etc/passwd
to map user names to user IDs
.SH SEE ALSO
.BR nice (1),
userspace mount options are maintained by libmount.
.SH FILES
.TP
-.B /etc/mtab
+.I /etc/mtab
table of mounted filesystems (deprecated and usually replaced by
symlink to /proc/mounts)
.TP
-.B /etc/fstab
+.I /etc/fstab
table of known filesystems
.TP
-.B /proc/self/mountinfo
+.I /proc/self/mountinfo
table of mounted filesystems generated by kernel.
.SH ENVIRONMENT
.IP LIBMOUNT_FSTAB=<path>
.SH FILES
.na
.TP
-.B /var/run/utmp
+.I /var/run/utmp
the system status file.
.TP
-.B /etc/issue
+.I /etc/issue
printed before the login prompt.
.TP
-.B /etc/os-release /usr/lib/os-release
+.I /etc/os-release /usr/lib/os-release
operating system identification data.
.TP
-.B /dev/console
+.I /dev/console
problem reports (if syslog(3) is not used).
.TP
-.B /etc/inittab
+.I /etc/inittab
\fIinit\fP(8) configuration file for SysV-style init daemon.
.SH BUGS
.ad