T
T
tesla33IO2021-01-28 16:54:45
linux
tesla33IO, 2021-01-28 16:54:45

How to close the terminal with AWS EC2 without shutting down the server?

I have an aws ec2 instance on an Amazon Linux platform . I work with PuTTY . There is a problem, when the terminal is closed, the server turns off (programs stop working), this was not the case on the Windows server.

Perhaps you should change the SSH client? Or is there some other way to close the terminal without shutting down the server itself?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry, 2021-01-28
@tesla33IO

Use screen or tmux

I
Ivan Shumov, 2021-01-28
@inoise

The question has nothing to do with the AWS tag. Need to learn how to work with Linux

V
Valentine, 2021-01-28
@ProFfeSsoRr

So the server is shutting down, or are you running something right in the console? The console closes, respectively, and the application launched there will also close.

S
Saboteur, 2021-01-29
@saboteur_kiev

programs won't stop working when run as daemons, which requires either teaching them how to install them as daemons or run them as daemons.
Read help for systemd, systemv, nohup, coproc

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question