For$
<!-- begin site header -->
<div id=

Author Topic: Shutdown on Ubuntu  (Read 6741 times)

jackorobot

  • Newbie
  • *
  • Posts: 1
    • View Profile
Shutdown on Ubuntu
« on: January 22, 2011, 08:23:49 pm »
Just a quick question, how can I shutdown a server without killing the process?
I would make my life much easier!

Fador

  • Administrator
  • Full Member
  • *****
  • Posts: 126
    • View Profile
Re: Shutdown on Ubuntu
« Reply #1 on: January 22, 2011, 11:50:09 pm »
ctrl+c should work..

joehillen

  • Newbie
  • *
  • Posts: 9
  • Minecraft Username: StylishHobo
    • View Profile
Re: Shutdown on Ubuntu
« Reply #2 on: February 28, 2011, 02:07:53 am »
Just an FYI:

If you are using the ncurse interface, ctrl+c will screw up your terminal.

Do ctrl+z then:
Code: [Select]
kill -9 %1 instead.
« Last Edit: February 28, 2011, 05:01:13 am by joehillen »