Hofmaimaier@feddit.org to memes@lemmy.world · 3 days agoOh Boy!feddit.orgexternal-linkmessage-square39fedilinkarrow-up1425arrow-down119
arrow-up1406arrow-down1external-linkOh Boy!feddit.orgHofmaimaier@feddit.org to memes@lemmy.world · 3 days agomessage-square39fedilink
minus-squareOnomatopoeia@lemmy.cafelinkfedilinkEnglisharrow-up10arrow-down1·3 days agoWinKey+R Shutdown -s -f -t 0
minus-squareUnpledgedCatnapTipper@piefed.blahaj.zonelinkfedilinkEnglisharrow-up1·3 days agoIf you do shutdown -s -t 1 you can skip the -f and it’ll shutdown after 1 second.
minus-squareSadbutdru@sopuli.xyzlinkfedilinkarrow-up1·3 days agoCan I get a breakdown of the meaning of this?
minus-squarehunkyburrito@lemmy.ziplinkfedilinkarrow-up2·edit-23 days agoWin + R: opens run dialog to run the next command shutdown -s -f -t 0: cli shutdown command where -s is poweroff, -f is force, and -t 0 is a timeout of 0
WinKey+R
Shutdown -s -f -t 0
If you do shutdown -s -t 1 you can skip the -f and it’ll shutdown after 1 second.
Can I get a breakdown of the meaning of this?
Win + R: opens run dialog to run the next command
shutdown -s -f -t 0
: cli shutdown command where -s is poweroff, -f is force, and -t 0 is a timeout of 0