unix - Nohup process missing or killed after logging back in -


i need run java program on university servers. i'm remotely logging in through servers via ssh

so used nohup like:

$ nohup java -jar project.jar & 

however when logout , close terminal log server process missing/got killed off.

if use top command can see process still running. if use ps command, i'm not able see why that?

it because haven't passed option select process, since default, ps selects processes associated same terminal invoker. try

ps -u$user 

Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

php - Redirect and hide target URL -