SYSTEMD-QUOTACHECK.SERVICE(8) systemd-quotacheck.service SYSTEMD-QUOTACHECK.SERVICE(8)NAME
systemd-quotacheck.service, systemd-quotacheck - File system quota checker logic
SYNOPSIS
systemd-quotacheck.service
/lib/systemd/systemd-quotacheck
DESCRIPTION
systemd-quotacheck.service is a service responsible for file system quota checks. It is run once at boot after all necessary file systems
are mounted. It is pulled in only if at least one file system has quotas enabled.
KERNEL COMMAND LINE
systemd-quotacheck understands one kernel command line parameter:
quotacheck.mode=
One of "auto", "force", "skip". Controls the mode of operation. The default is "auto", and ensures that file system quota checks are
done when the file system quota checker deems them necessary. "force" unconditionally results in full file system quota checks.
"skip" skips any file system quota checks.
SEE ALSO systemd(1), quotacheck(8), systemd-fsck@.service(8)systemd 237SYSTEMD-QUOTACHECK.SERVICE(8)
Check Out this Related Man Page
SYSTEMD-QUOTACHECK.SERVICE(8) systemd-quotacheck.service SYSTEMD-QUOTACHECK.SERVICE(8)NAME
systemd-quotacheck.service, systemd-quotacheck - File system quota checker logic
SYNOPSIS
systemd-quotacheck.service
/lib/systemd/systemd-quotacheck
DESCRIPTION
systemd-quotacheck.service is a service responsible for file system quota checks. It is run once at boot after all necessary file systems
are mounted. It is pulled in only if at least one file system has quotas enabled.
KERNEL COMMAND LINE
systemd-quotacheck understands one kernel command line parameter:
quotacheck.mode=
One of "auto", "force", "skip". Controls the mode of operation. The default is "auto", and ensures that file system quota checks are
done when the file system quota checker deems them necessary. "force" unconditionally results in full file system quota checks.
"skip" skips any file system quota checks.
SEE ALSO systemd(1), quotacheck(8), systemd-fsck@.service(8)systemd 237 SYSTEMD-QUOTACHECK.SERVICE(8)
What is the point of this? Whenever I close my shell it appends to the history file without adding this. I have never seen it overwrite my history file.
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend (3 Replies)