[linux] 사용자 생성, 그룹생상, 그룹에 사용자 배정하기 1.사용자 등록 useradd -r username – G groupname –shell /bin/false 2. 사용자 삭제 userdel username 3. 그룹 생성 groupadd groupname 4. 존재하는 그룹에 사용자 배정하기 usermod -a -G groupname username Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2015-04-15 7:49 AM by andrew Comment 📂This entry was posted in 기술자료
2014-12-29 andrew MYSql 접속 프로토콜 문제Q1. Mysql 접속시에 " MYSQL ERROR 2049 (HY000): Connection using old (pre-4.1.1) authentication protocol...
2015-05-20 andrew [scrap]리눅스에서 Disk IO 및 시스템 리소스 모니터링http://solarixer.blogspot.kr/2010/10/disk-io.html 리눅스 상에서 시스템 리소스 모니터링 할 때 보통 아래와 같은 command 를 사용한다....