Hofmaimaier@feddit.org to memes@lemmy.world · 17 days agoOh Boy!feddit.orgimagemessage-square39linkfedilinkarrow-up1427
arrow-up1427imageOh Boy!feddit.orgHofmaimaier@feddit.org to memes@lemmy.world · 17 days agomessage-square39linkfedilink
minus-squareOnomatopoeia@lemmy.cafelinkfedilinkEnglisharrow-up10·17 days agoWinKey+R Shutdown -s -f -t 0
minus-squareSadbutdru@sopuli.xyzlinkfedilinkarrow-up2·17 days agoCan I get a breakdown of the meaning of this?
minus-squarehunkyburrito@lemmy.ziplinkfedilinkarrow-up3·edit-217 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
minus-squareUnpledgedCatnapTipper@piefed.blahaj.zonelinkfedilinkEnglisharrow-up2·17 days agoIf you do shutdown -s -t 1 you can skip the -f and it’ll shutdown after 1 second.
WinKey+R
Shutdown -s -f -t 0
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 0If you do shutdown -s -t 1 you can skip the -f and it’ll shutdown after 1 second.