Quota 설정

Linux 2009. 9. 24. 10:00



* 전체 quota 설정 확인
repquota -a



* 계정별 quota 확인
quota 계정ID

Disk quotas for user 계정ID (uid 1067):
     Filesystem  blocks   quota   limit   grace   files   quota   limit   grace
      /dev/sda7   68692       0  200000            2961       0       0





* 계정별 quota 설정 (필요한 부분을 막 수정하면 됨)
edquota -u 계정ID

Disk quotas for user 계정ID (uid 1067):
  Filesystem                   blocks       soft       hard     inodes     soft     hard
  /dev/sda7                     68692          0     200000       2961        0        0





* quota 설정을 다른 계정과 동일하게 설정하기
edquota -p 원본계정 계정1 계정2 ... ...
(원본계정의 설정대로 나머지 계정1,계정2...들의 설정이 동일하게 세팅된다)





'Linux' 카테고리의 다른 글

SFTP 접속이 안될 때  (0) 2009.10.09
[Linux] 여러 프로세스 한꺼번에 죽이기  (0) 2009.10.05
tar 압축 원하는 디렉토리에 풀기  (0) 2009.09.04
일괄치환 vim 이용법  (0) 2009.09.02
PATH 관련  (0) 2009.05.14
Posted by bloodguy
,