1. Process Time 확인
$ ps -ef | more
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 16:14:37 - 0:00 /etc/init
해당 process가 16분 되었다는걸 확인할 수 있음
2. 서버 uptime 확인
$ uptime
04:26PM up 11 mins, 2 users, load average: 0.03, 0.07, 0.06
11분 된것을 확인
$ who -r
. run-level 2 Jun 03 16:15 2 0 S
해당 서버 up된지 16분 된것을 확인
3. 서버 시간 확인
$ date
Wed Jun 3 16:31:13 USAST 2009
$ ps -ef | more
UID PID PPID C STIME TTY TIME CMD
root 1 0 0 16:14:37 - 0:00 /etc/init
해당 process가 16분 되었다는걸 확인할 수 있음
2. 서버 uptime 확인
$ uptime
04:26PM up 11 mins, 2 users, load average: 0.03, 0.07, 0.06
11분 된것을 확인
$ who -r
. run-level 2 Jun 03 16:15 2 0 S
해당 서버 up된지 16분 된것을 확인
3. 서버 시간 확인
$ date
Wed Jun 3 16:31:13 USAST 2009