Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: "Carlos E.R." Newsgroups: comp.os.linux.misc Subject: Re: Shutdown - 25 Years Later Date: Fri, 18 Apr 2025 15:29:32 +0200 Lines: 40 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net DOvezh1cQp+YVXNEZaMajg90CT9KAmoj/HXH1iTS0pc0c3LF76 X-Orig-Path: Telcontar.valinor!not-for-mail Cancel-Lock: sha1:skJsg8THA8OcpvB/Iqj10vk4bkU= sha256:+wFAkHTJT/jpmwcIGo4uat5isG9nPV4Nk9TmNu8UFLw= User-Agent: Mozilla Thunderbird Content-Language: es-ES, en-CA In-Reply-To: Xref: csiph.com comp.os.linux.misc:67157 On 2025-04-18 12:41, vallor wrote: > On Fri, 18 Apr 2025 12:27:25 +0200, Marc Haber > wrote in : > >> Farley Flud wrote: ... > Just checked the man page for shutdown(8), and it says it was > added to systemd 250. It supports the timespec and wall parameters, > but I'm not sure how well... > > Anyway, I'm running 255 on Linux Mint 22.1, which > seems to have been pulled in from the System76 repo that I use: > > $ systemd --version > systemd 255 (255.4-1ubuntu8.6pop0~1742486928~24.04~40a1bd7~dev) > [...] > Telcontar:~ # l /sbin/poweroff lrwxrwxrwx 1 root root 18 Mar 20 08:09 /sbin/poweroff -> /usr/bin/systemctl* Telcontar:~ # which shutdown /sbin/shutdown Telcontar:~ # l /sbin/shutdown lrwxrwxrwx 1 root root 18 Mar 20 08:09 /sbin/shutdown -> /usr/bin/systemctl* Telcontar:~ # Telcontar:~ # whatis poweroff poweroff (8) - Power off, reboot, or halt the machine Telcontar:~ # whatis shutdown shutdown (2) - shut down part of a full-duplex connection shutdown (3p) - shut down socket send and receive operations shutdown (8) - Halt, power off or reboot the machine Telcontar:~ # Both work perfectly here. -- Cheers, Carlos.