2017년 4월 27일 목요일

커맨드라인(command line)에서 리눅스 버전 확인하는 방법

* cat /etc/lsb-release
* cat /etc/os-release
* uname -a
* cat /etc/issue
* lsb_release -a



댓글 없음:

댓글 쓰기

우분투 NFS 설정

* 서버 설정 apt-get install nfs-common nfs-kernel-server rpcbind /etc/exports /home/xyz 192.168.0.X(rw,sync,no_root_squash,no_subtree_check)...