(glory) l@smmcdl:~/glory/ltop_web/211130_test$ ps -ef | grep 'flask-live-chart.py' 
smmc-dl  24113 12219  0 09:59 pts/39   00:00:00 python flask-live-chart.py
smmc-dl  24115 24113  0 09:59 pts/39   00:00:00 /home/l/anaconda3/envs/glory/bin/python /home/smmc-dl/glory/ltop_web/211130_test/flask-live-chart.py
smmc-dl  25067 12219  0 10:01 pts/39   00:00:00 grep --color=auto flask-live-chart.py
(glory) l@smmcdl:~/glory/ltop_web/211130_test$ kill -9 24113 
(glory) l@smmcdl:~/glory/ltop_web/211130_test$ kill -9 24115
bash: kill: (24115) - No such process
[1]+  Killed                  python flask-live-chart.py
none             32G  2.3M   32G   1% /tmp/guest-rxkspg
tmpfs           6.3G   92K  6.3G   1% /run/user/999
tmpfs           6.3G   56K  6.3G   1% /run/user/1000
/dev/sdb2       1.4T  570G  817G  42% /media/sml/DATABASE
(base) sml@sml:/$
$ tar -cvf [파일명.tar] [폴더명]

# abc라는 폴더를 aaa.tar로 압축 예시
$ tar -cvf aaa.tar abc