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

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -