G Gabriel Turqos Active Member Joined Mar 11, 2019 Messages 17 May 14, 2020 Thread Author #1 How can I shutdown the system after 3 minutes automatically.
Solution edizgeorgi May 18, 2020 You can use the shutdown command + option like below. $ sudo shutdown -h +3 Reference: How To Shutdown Linux System? – POFTUT
You can use the shutdown command + option like below. $ sudo shutdown -h +3 Reference: How To Shutdown Linux System? – POFTUT
Neemobeer Cloud Security Engineer Staff member Joined Jul 4, 2015 Messages 8,998 May 14, 2020 #2 shutdown /s /t 180 Upvote 0 Downvote
edizgeorgi Active Member Joined May 31, 2019 Messages 17 May 18, 2020 #3 You can use the shutdown command + option like below. $ sudo shutdown -h +3 Reference: How To Shutdown Linux System? – POFTUT Upvote 1 Downvote Solution
You can use the shutdown command + option like below. $ sudo shutdown -h +3 Reference: How To Shutdown Linux System? – POFTUT