리눅스 시스템에 접속중인 계정을 어떻게 알 수 있을까?
1. who
# who
2. finger
# sudo apt-get install finger
# finger
3. cfingerd (userlist)
# sudo apt-get install cfingerd
# userlist
Definition: cfingerd: Configurable finger daemon This is a free replacement for standard finger daemons such as GNU fingerd and MIT fingerd. Cfingerd can enable/ disable finger service to individual users, rather than to all users on a given host. Cfingerd is able to respond to a finger request to a specified user by running a shell script (e.g., finger doorbell@mysite.mydomain might cause a sound file to be sent) rather than just a plain text file.
.................................
Source: Debian 3.0r0 APT / Linux Dictionary V 0.16
http://www.tldp.org/LDP/Linux-Dictionary/html/index.html
Author: Binh Nguyen linuxfilesystem@yahoo.com.au
.................................
리눅스 명령중에 userlist 라는 명령이 있지 않을까라는 의문이 들어서 찾아 보다가 발견한 것들이다. 명령을 사용하지 않다보니, 기본적인 것도 잊어버리게 된다.
2 개의 댓글
글 잘 읽었습니다. 잘보고 가요~
Reply오호 이런 방법이 있었네요
Reply댓글 쓰기