| 12345678910111213141516171819202122232425 | 
							
- ###################################################################################################
 
- # 긴급차량 연계서버 프로세스 관리
 
- ###################################################################################################
 
- # 
 
- # $ cd ~/bin		: change directory program location
 
- # $ bin			: alias cd ~/bin
 
- #
 
- # $ stat.sh		: process running state
 
- #
 
- # $ start.sh comm	: start process
 
- #
 
- # $ stop.sh comm	: stop process
 
- #
 
- # $ info.sh comm	: monitoring communication state
 
- #
 
- ###################################################################################################
 
- # Log file monitoring 
 
- #
 
- # $ cd ~/logs/evps-comm-server	: change directory log file location
 
- # $ logs			: alias cd  ~/logs/evps-comm-server
 
- #
 
- # cat, tail, vi, .... log file
 
- ###################################################################################################
 
 
  |