[Bug 276776] Reboot does not reboot system as user
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276776] Reboot does not reboot system as user"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Feb 2024 12:22:24 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276776 Bob Bishop <rb@gid.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rb@gid.co.uk --- Comment #1 from Bob Bishop <rb@gid.co.uk> --- shutdown(8) is the preferred way of doing those things because it warns logged-on users and finally executes rc.shutdown etc. I'm not sure that halt/reboot do the latter, so I suppose that they are reserved to root who is supposed to know what they are doing. poweroff is an alias for shutdown -p now. Nothing wrong here I think. -- You are receiving this mail because: You are the assignee for the bug.