SECCLO Community

systemd-tmpfiles, deleting /home

TIL (thankfully second hand) that running "systemd-tmpfiles --purge" will delete /home in systemd 256 [1]. Apparently if you think linux is mainly for running cloud services, this seems reasonable to you. Or something.

[1] tested with systemd-tmpfiles --dry-run --purge on debian. I guess it _could_ be a Debian addition, but I'm guessing not.

systemd-tmpfiles, deleting /home
replies
0
announces
0
likes
0

systemd-tmpfiles, deleting /home

@bremner btw, i am not sure why involve systemd-tmpfiles with that though? Just call "rm -rf /home"? requires same privs, and is shorter?