본문 바로가기

GATEWAY/ARTIK

Ubuntu service start stop, network list

  • mysql server stop / start 
  • mysql server address, port 확인용

  Ubuntu service start / stop


$ service YOUR_SERVICE stop 

(ex. $ service mysql stop)


$ service YOUR_SERVICE start

(ex. $ service mysql start)



  Ubuntu network info(IP, port, etc)


$ netstat -nlp