1. /etc/fstab수정
이전 LABEL=/home /home ext3 defaults 1 2
이후 LABEL=/home /home ext3 defaults,usrquota 1 2
이로서 각 계정마다 쿼터를 걸 수 있다.
2. /home에 aquota.user생성
[root@localhost home]# touch aquota.user
3. 파일 시스템 리마운트
[root@localhost home]# mount -o remount,rw /home
4. 쿼터 체크
[root@localhost home]# quotacheck -avug
5. 쿼터온
[root@localhost home]# quotaon -avug
6. 쿼터설정
[root@localhost home]# edquota test
[전]
Disk quotas for user test (uid 500):
Filesystem blocks soft hard inodes soft hard
/dev/hda7 20 0 0 5 0 0
[후]
Disk quotas for user lcm (uid 500):
Filesystem blocks soft hard inodes soft hard
/dev/sdb 20 100000 100000 5 0 0
lcm 계정의 용량을 100Mbyte로 제한 한다
'[IT 알아보기] > IT 소식' 카테고리의 다른 글
[그린IDC]리눅스 자동 로그아웃 설정 (0) | 2011.05.17 |
---|---|
[그린IDC]디바이스를 이용하여 화면전송하기 (0) | 2011.05.17 |
[그린IDC]centos4.x에서 reiserfs 대용량 파일시스템 사용하기 (0) | 2011.05.17 |
[그린IDC]SENDMAIL 에러 코드 (0) | 2011.05.17 |
[그린IDC]리눅스 간단 명령어 (0) | 2011.05.17 |