Skip to content

Operations

Info Command
displays the runtime state of services systemctl list-units --type=service --all
to check whether it will automatically start after a server reboot systemctl list-unit-files --type=service

Time sync between vms

detects execution in a virtualized environment.

systemd-detect-virt

find

find files between 2 date times

find . -type f,d -newermt "2026-07-01 10:00:00" ! -newermt "2026-07-05 15:00:00"