<aside> 🎽

* nohup java -jar "file name" &
=> background 실행

* ps ef | grep java
=> background java 파일 확인 

</aside>