ps -ef | grep 'python app.py' | awk '{print $2}' | xargs ki
위와 같이 쳤는데도 서버가 아직 살아 있으면 어떻게 해야할까요??
xargs: ki: No such file or directory
터미널에는 이렇게 나옵니다.