ubuntu 16.04 临时目录自动清理 tmpfiles.d

临时目录配置

http://manpages.ubuntu.com/manpages/bionic/man5/tmpfiles.d.5.html

临时目录清理命令

http://manpages.ubuntu.com/manpages/bionic/man8/systemd-tmpfiles.8.html


配置文件发在 /etc/tmpfiles.d/
配置文件内容示例


#Type Path             Mode UID  GID  Age Argument d     /root/download   –    –    –    1h  –


立即清理临时文件命令 sudo systemd-tmpfiles  –clean