README.txt 866 B

12345678910111213141516171819202122232425
  1. ###################################################################################################
  2. # 긴급차량 연계서버 프로세스 관리
  3. ###################################################################################################
  4. #
  5. # $ cd ~/bin : change directory program location
  6. # $ bin : alias cd ~/bin
  7. #
  8. # $ stat.sh : process running state
  9. #
  10. # $ start.sh comm : start process
  11. #
  12. # $ stop.sh comm : stop process
  13. #
  14. # $ info.sh comm : monitoring communication state
  15. #
  16. ###################################################################################################
  17. # Log file monitoring
  18. #
  19. # $ cd ~/logs/evps-comm-server : change directory log file location
  20. # $ logs : alias cd ~/logs/evps-comm-server
  21. #
  22. # cat, tail, vi, .... log file
  23. ###################################################################################################