| 1234567891011121314151617181920212223 |
- ###################################################################################################
- # ROTA DWDB Process Management
- #
- ###################################################################################################
- #
- # $ cd ~ : change directory program location
- #
- # $ stat.sh : process running state
- # $ start.sh : start process
- # $ stop.sh : stop process
- # $ info.sh : monitoring process
- #
- ###################################################################################################
- # Log file monitoring
- #
- # $ logs : alias cd ~/logs
- # $ cd ~/logs : change directory log file location
- #
- # cat, tail, vi, .... log file
- ###################################################################################################
|