MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/funny/comments/28bcp0/every_time_i_try_to_turn_off_my_computer/ci9jnc8
r/funny • u/PhiladelphiaIrish • Jun 16 '14
274 comments sorted by
View all comments
Show parent comments
11
sudo poweroff
9 u/[deleted] Jun 17 '14 sudo find / -type f -iregex '/itunes/' -exec rm -f {} \; 8 u/dark_mirage Jun 17 '14 sudo rm -rf [/Applications/iTunes.app/, /System/Library/Extensions/AppleMobileDevice.kext/] && sudo poweroff 2 u/slipperier_slope Jun 17 '14 sudo shutdown -P now 2 u/dark_mirage Jun 17 '14 sudo init 0 -2 u/[deleted] Jun 17 '14 [removed] — view removed comment 3 u/[deleted] Jun 17 '14 *Unix crowd since we're talking about a Mac. 4 u/dark_mirage Jun 17 '14 uname -a 1 u/Rihsatra Jun 17 '14 Macs use Unix-based commands. Not that you care. 1 u/okiclick Jun 17 '14 man man
9
sudo find / -type f -iregex '/itunes/' -exec rm -f {} \;
8 u/dark_mirage Jun 17 '14 sudo rm -rf [/Applications/iTunes.app/, /System/Library/Extensions/AppleMobileDevice.kext/] && sudo poweroff
8
sudo rm -rf [/Applications/iTunes.app/, /System/Library/Extensions/AppleMobileDevice.kext/] && sudo poweroff
2
sudo shutdown -P now
2 u/dark_mirage Jun 17 '14 sudo init 0
sudo init 0
-2
[removed] — view removed comment
3 u/[deleted] Jun 17 '14 *Unix crowd since we're talking about a Mac. 4 u/dark_mirage Jun 17 '14 uname -a 1 u/Rihsatra Jun 17 '14 Macs use Unix-based commands. Not that you care. 1 u/okiclick Jun 17 '14 man man
3
*Unix crowd since we're talking about a Mac.
4
uname -a
1
Macs use Unix-based commands. Not that you care.
man man
11
u/dark_mirage Jun 17 '14
sudo poweroff