Kamil Joñca <kjo...@o2.pl> writes: > kjonca@alfa:~%man shutdown > SHUTDOWN(8) > > shutdown > > SHUTDOWN(8) > > NAME > shutdown - Halt, power off or reboot the machine > [...] > OPTIONS > [...] > --show > Show a pending shutdown action and time if there is any. > > kjonca@alfa:~%sudo shutdown --show > No scheduled shutdown. > > Am I overlooked something?
On my machine, the man page doesn't mention --show. $ cat /etc/debian_version 11.5 $ man shutdown | tail -n1 systemd 247 SHUTDOWN(8) $ /sbin/shutdown --show /sbin/shutdown: unrecognized option '--show' urs