
서버 종료가 안되어 "fuser -k -n tcp 5000" 로 종료 시켰는데 다시 시작 시키려니 또 안되네요
작성한 코드 및 에러 메세지
82103@DESKTOP-G7D3IEI MINGW64 /
$ ssh -i /c/Users/82103/Desktop/paul1225_mykey.pem ubuntu@3.34.186.24
Welcome to Ubuntu 22.04.1 LTS (GNU/Linux 5.15.0-1020-aws x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
System information as of Sun Oct 9 08:29:04 UTC 2022
System load: 0.0 Processes: 102
Usage of /: 31.3% of 7.57GB Users logged in: 0
Memory usage: 26% IPv4 address for eth0: 172.31.10.97
Swap usage: 0%
* Ubuntu Pro delivers the most comprehensive open source security and
compliance features.
https://ubuntu.com/aws/pro
16 updates can be applied immediately.
To see these additional updates run: apt list --upgradable
Last login: Sun Oct 9 08:10:57 2022 from 211.210.201.15
ubuntu@ip-172-31-10-97:~$ cd sparta
ubuntu@ip-172-31-10-97:~/sparta$ nohup python app.py &
[1] 4722
ubuntu@ip-172-31-10-97:~/sparta$ nohup: ignoring input and appending output to 'nohup.out'
[1]+ Exit 1 nohup python app.py
ubuntu@ip-172-31-10-97:~/sparta$
ubuntu@ip-172-31-10-97:~/sparta$
ubuntu@ip-172-31-10-97:~/sparta$
오류 발생 시, 작성한 코드 전체와 에러 메시지를 첨부해 주세요.
Tip 1) </> 아이콘을 눌러 코드박스를 만들어 보세요.
Tip 2) Ctrl+A(맥의 경우 Command+A) 단축키로 코드를 한 번에 선택할 수 있어요!
