- Arawn's Dev Blog
- Outsider's Dev Story
- Toby's Epril
- Benelog
- NHN 개발자 블로그
- SK 플래닛 기술 블로그
- OLC CENTER
- 소프트웨어 경영/공학 블로그
- 모바일 컨버전스
- KOSR - Korea Operating System …
- 넥스트리 블로그
- 리버스코어 ReverseCore
- SLiPP
- 개발자를 위하여... (Nextree 임병인 수석)
- "트위터 부트스트랩: 디자이너도 놀라워할 매끈하고 직관…
- Learning English - The English…
- real-english.com
- 'DataScience/Deep Learning' 카테…
- Deep Learning Summer School, M…
- Deep Learning Courses
민서네집
last , who command 설명 본문
Linux / Unix: last Command Examples
http://www.cyberciti.biz/faq/linux-unix-last-command-examples/
You need to use the last command to show who has recently used the server and logged in and out date/time.
Find out who was logged in at a particular time
The syntax is as follows to see the state of logins as of the specified time:$ last -t YYYYMMDDHHMMSS
$ last -t YYYYMMDDHHMMSS userNameHere
Linux and Unix who command
[출처] http://www.computerhope.com/unix/uwho.htm
Description
The who command prints information about all users who are currently logged in.
-b, --boot | Display the time of the last system boot. |
< 마지막으로 로그인한 기록 보기 >
# last
{login한 계정} pts/2 61.42.208.201 Fri Jun 19 11:07 still logged in
{login한 계정} pts/0 61.42.208.200 Fri Jun 19 09:23 still logged in
reboot system boot 3.5.0-30-generic Fri Jun 19 02:07 - 14:12 (12:04)
wtmp begins Fri Jun 19 01:57:50 2015
< 시스템의 중요 로그 파일 보기 >
# vi /var/log/syslog
# vi /var/log/syslog.1
< 시스템 로그 파일 보기 >
# vi /var/log/messages
< ssh 로 로그인한 이력 보기 >
# vi /var/log/auth.log
< 2015년 6월 1일 이후로 로그인 한 기록 보기 >
# last -t 20150601000000
< Apache Server Access Log 확인 >
/var/log/apache2/other_vhosts_access.log
'LINUX' 카테고리의 다른 글
smb.conf - domain master 설정 (0) | 2016.05.03 |
---|---|
User 의 Group 추가 / 제거 (0) | 2016.05.03 |
[Ubuntu] How do I get /var/log/messages? (0) | 2015.06.19 |
Apache Webserver 에서 404 에러가 날 경우 특정 웹페이지로 보내는 방법 (0) | 2015.02.17 |
[vsftpd] Passive 모드 설정하기 (0) | 2015.02.17 |