systemd-tmpfiles-clean.service(8)


NAME

   systemd-tmpfiles, systemd-tmpfiles-setup.service, systemd-tmpfiles-
   setup-dev.service, systemd-tmpfiles-clean.service, systemd-tmpfiles-
   clean.timer - Creates, deletes and cleans up volatile and temporary
   files and directories

SYNOPSIS

   systemd-tmpfiles [OPTIONS...] [CONFIGFILE...]

   systemd-tmpfiles-setup.service

   systemd-tmpfiles-setup-dev.service

   systemd-tmpfiles-clean.service

   systemd-tmpfiles-clean.timer

DESCRIPTION

   systemd-tmpfiles creates, deletes, and cleans up volatile and temporary
   files and directories, based on the configuration file format and
   location specified in tmpfiles.d(5).

   If invoked with no arguments, it applies all directives from all
   configuration files. If one or more absolute filenames are passed on
   the command line, only the directives in these files are applied. If
   "-" is specified instead of a filename, directives are read from
   standard input. If only the basename of a configuration file is
   specified, all configuration directories as specified in tmpfiles.d(5)
   are searched for a matching file.

OPTIONS

   The following options are understood:

   --create
       If this option is passed, all files and directories marked with f,
       F, w, d, D, v, p, L, c, b, m in the configuration files are created
       or written to. Files and directories marked with z, Z, t, T, a, and
       A have their ownership, access mode and security labels set.

   --clean
       If this option is passed, all files and directories with an age
       parameter configured will be cleaned up.

   --remove
       If this option is passed, the contents of directories marked with D
       or R, and files or directories themselves marked with r or R are
       removed.

   --boot
       Also execute lines with an exclamation mark.

   --prefix=path
       Only apply rules with paths that start with the specified prefix.
       This option can be specified multiple times.

   --exclude-prefix=path
       Ignore rules with paths that start with the specified prefix. This
       option can be specified multiple times.

   --root=root
       Takes a directory path as an argument. All paths will be prefixed
       with the given alternate root path, including config search paths.

   -h, --help
       Print a short help text and exit.

   --version
       Print a short version string and exit.

   It is possible to combine --create, --clean, and --remove in one
   invocation. For example, during boot the following command line is
   executed to ensure that all temporary and volatile directories are
   removed and created according to the configuration file:

       systemd-tmpfiles --remove --create

UNPRIVILEGED --CLEANUP OPERATION

   systemd-tmpfiles tries to avoid changing the access and modification
   times on the directories it accesses, which requires CAP_ADMIN
   privileges. When running as non-root, directories which are checked for
   files to clean up will have their access time bumped, which might
   prevent their cleanup.

EXIT STATUS

   On success, 0 is returned, a non-zero failure code otherwise.

SEE ALSO

   systemd(1), tmpfiles.d(5)


More Linux Commands

manpages/cacosh.3.html
cacosh(3) - complex arc hyperbolic cosine - Linux man page
The cacosh() function calculates the complex arc hyperbolic cosine of z. If y = cacosh(z), then z = ccosh(y). The imaginary part of y is chosen in the interval

manpages/archive.8.html
archive(8) - Usenet article archiver - Linux manual page....
archive makes copies of files specified on its standard input. It is normally run either as a channel feed under innd or by a script before news.daily is run. a

manpages/ifcfg-tunnel.5.html
ifcfg-tunnel(5) - network tunnel interface configuration tool
It is possible to create static IP tunnel interfaces for three different protocols: SIT IPv6 over IPv4 tunnel GRE universal IPv4 tunnel IPIP. creation of user..

manpages/loginctl.1.html
loginctl(1) Control the systemd login manager (Man Page)....
loginctl may be used to introspect and control the state of the systemd(1) login manager systemd-logind.service(8). OPTIONS The following options are understood

manpages/pamdepth.1.html
pamdepth(1) - change the maxval in a Netpbm image (ManPage)
This program is part of Netpbm(1) pamdepth reads a Netpbm image as input, changes its depth (color resolution), and writes out the resulting Netpbm image. I.e.

manpages/gnutls_x509_crq_get_attribute_info.3.html
gnutls_x509_crq_get_attribute_info(3) - API function........
This function will return the requested attribute OID in the certificate, and the critical flag for it. The attribute OID will be stored as a string in the prov

manpages/gnutls_x509_crt_check_issuer.3.html
gnutls_x509_crt_check_issuer(3) - API function (Man Page)...
This function will check if the given certificate was issued by the given issuer. RETURNS It will return true (1) if the given certificate is issued by the give

manpages/acl_entries.3.html
acl_entries(3) - return the number of entries in an ACL.....
The acl_entries() function returns the number of ACL entries that are contained in the ACL referred to by the argument acl. RETURN VALUE The acl_entries() funct

manpages/gnutls_x509_crq_deinit.3.html
gnutls_x509_crq_deinit(3) - API function - Linux man page...
This function will deinitialize a PKCS10 certificate request structure. REPORTING BUGS Report bugs to <bug-gnutls@gnu.org>. GnuTLS home page: http://www.gnu.org

manpages/sync.2.html
sync(2) - commit buffer cache to disk - Linux manual page...
sync() causes all buffered modifications to file metadata and data to be written to the underlying filesystems. syncfs() is like sync(), but synchronizes just t

manpages/XtAppAddTimeOut.3.html
XtAppAddTimeOut(3) - register and remove timeouts (ManPage)
The XtAppAddTimeOut function creates a timeout and returns an identifier for it. The timeout value is set to interval. The callback procedure is called when the

manpages/csinf.3.html
csinf(3) - complex sine function (Library - Linux man page)
The complex sine function is defined as: csin(z) = (exp(i * z) - exp(-i * z)) / (2 * i) VERSIONS These functions first appeared in glibc in version 2.1. CONFORM





We can't live, work or learn in freedom unless the software we use is free.