Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- httpd-default.conf
- httpd 2.2.32
- Mod_Security 룰 셋
- CentOS 6.10
- vimrc 옵션
- MySQL
- Node.js apache 연동
- httpd.conf
- CentOS
- MySQL 5.1.41
- httpd-dav.conf
- apache 연동
- jQuery
- Node.js 소스 설치
- PHP 5.2 .ini
- httpd-autoindex.conf
- httpd-info.conf
- python 3.X 소스 설치
- unique_id
- epel repository
- mod_unique_id
- python 3.5.10
- gcc update
- httpd-vhosts.conf
- httpd-mpm.conf
- node.js
- CentOS 6
- vim color scheme
- PHP 5.2.17 .ini
- Repository
Archives
- Today
- Total
목록id (1)
곰시기's
[Linux] CentOS 14. 시스템 접속자 확인 ( whoami, who, w, id )
1. 로그인 ID 확인 - whoami 1) # whoami [옵션] ex) # whoami = 현재 로그인한 사용자 ID 출력 = id -un과 결괏값 동일 2) 옵션 --help --version 2. 현재 시스템 접속 ID 확인 - who 1) # who [옵션] ex) # who = 로그인한 사용자의 정보를 출력 = 접속한 사용자 정보를 /var/run/utmp 파일에서 가져옴 2) 옵션 옵션 설명 -a -b -d --loing -p -r -t -T -u 옵션과 동일 -b 마지막 시스템 부팅 시간을 출력 -d 죽은 프로세스를 출력 -H 열의 헤더를 출력 -l 시스템 로그인 프로세스를 출력 -m 호스트 명과 사용자만 출력 -p init에서 상속한 액티브 프로세스를 출력 -q 로그인한 사용자와 사용자..
Sever/Linux Command
2020. 11. 2. 13:46