개인적으로 자주 쓰는 명령어부터 하나씩 적어 놓으면 좋을 것 같다. 워낙 피상적으로만 쓰다보니 얼마나 될까 싶기도 하지만..
service postgresql status
--> systemctl status postgresql
: service가 systemctl(시스템 콘트롤러)가 되면서 동사가 들어간다고 생각하니 이해하기 편했다.
netstat -anop
--> ss -anop
: 내가 쓰던 옵션들은 ss에 다 살아있다.
ifconfig
--> ip addr
Deprecated Linux networking commands and their replacements 관련 링크 :
https://dougvitale.wordpress.com/2011/12/21/deprecated-linux-networking-commands-and-their-replacements/
여기 들어가면 아래 command 관련해서 자세히 볼 수 있다.
arp, ifconfig, iptunnel, iwconfig, nameif, netstat, route
댓글 없음:
댓글 쓰기