서버 시간 설정
description : 서버 시간 설정
author : eleven
email : jskim@repia.com
lastupdate : 2021-10-01
방법
[root@localhost bin]# rdate -s time.bora.net
[root@localhost bin]# /sbin/clock -w
# Uncomment the following line if you don't like systemctl's auto-paging feature:
CUR_DATE_YMD=`date +%Y%m%d`
CUR_DATE=`date +%Y%m%d`
RSA_ROOT='/search/RSA'
export RSA_ROOT CUR_DATE_YMD RSA_ROOT
# export SYSTEMD_PAGER=
# User specific aliases and functions
alias sbin='cd ${RSA_ROOT}/bin'
alias scfg='cd ${RSA_ROOT}/conf'
alias slog='tail -f ${RSA_ROOT}/logs/javaLog/log_${CUR_DATE_YMD}.txt'
~
~
Task List