Skip to content
  • Home
  • Code With Michelle
  • About

Luvelle Codes

Talk code to me

Tag: background

— Command Line —

Unix: Get Your Program Running in the Background

January 4, 2015

What if you have a program that you’d like to run in the background remotely after you’ve exited from your terminal/shell prompt? Use the nohup command! Run: nohup some-command & Maybe you have a python script called server_receive.py, you should run nohup python server_receive.py &. The “&” symbol is required so that the process will… Read More Unix: Get Your Program Running in the Background




Categories

  • Blog
  • Coding
  • Command Line
  • How-To
  • Problem Solving
  • Teaching

Tags

android studio apache centos 7 coding domain name how-to ios iOS 8 namesilo nsstring objective-c python snippet ssh unix vps wordpress xcode 6
© 2017 Luvelle Codes