Remote desktop protocol
1. telnet
telnet설치yum -y install telnet*
텔넷설정
vi /etc/xinetd.d/telnet
xinetd
yes를 no로,
service xinetd restart
netstat -atpn | grep 23
ifconfig eth0 // 그리고 ip확인
window의 cmd에서 telnet ip
2. SSH
'개인 공부방 > LINUX 기본' 카테고리의 다른 글
Package Administration,RPM (0) | 2016.04.06 |
---|---|
소프트웨어의 종류 (0) | 2016.04.06 |
file redirection (0) | 2016.04.06 |
cat more less head tail 명령어, pipe(|) 혼합연산 (0) | 2016.04.06 |
stat, touch, cp, rm 명령어 (0) | 2016.04.06 |