조회 수 56410 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

하드디스크 정보 보기

df [-옵션] [--세부옵션]

-a : 파일시스테므이 크기가 0인 것도 모두 보연준다.

-m : 용량단위를 MB로 보여준다

-h : 용량 단위를 읽기쉽게 보여준다

df –m / df –h

파일 및 디렉토리 사용량 보기

du [-옵션] [--세부옵션] [경로]

디렉토리별로 사용량을 확인

du –sh /home (home 디렉토리의 전체 사용량 MB단위로 출력)

du –ah /home (home 하위의 모든 파일들과 디렉토리들을 출력)

du –h /home (home 하위 모든 디렉토리들의 사용량과 합계를 출력)

du –h –-max-depth=1 /home (유저별로 사용량 점검)

?

List of Articles
번호 제목 날짜 조회 수
4 1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' 에러명 select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = '01_1' and po_rel_id = '1' and po_rel_action = '쓰기' 1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (u... 2012.02.21 93023
3 (Owncloud) Error while trying to create admin user: An exception occured in driver: could not find driver 에러 해결 (Owncloud) Error while trying to create admin user: An exception occured in driver: could not find driver 에러 해결 php 확장 모듈에서 php_pdo_mysql.dll 추가 해 주면 됩니다. 테스트 환경 windows7 // auto... 2015.02.19 4096
2 #145 - Table './DB/xe_documents' is marked as crashed and should be repaired phpmyadmin 에서 #145 - Table './DB/xe_documents' is marked as crashed and should be repaired centos mysqld.log 에서 [ERROR] /usr/local/mysql/libexec/mysqld: Table './DB/xe_documents' is marked as crash... file 2014.06.22 16959
1 #1040 - Too many connections // XE cannot connect to DB. 이런 에러 나올때 #1040 - Too many connections XE cannot connect to DB. 이런 에러 나올때 mysql 에서 max_connection 제한때문에 일어나는 에러 현재 msyql max_connetion 확인 #mysqladmin -u root -p variables | grep max_conne... 2013.11.20 36207
Board Pagination Prev 1 2 3 4 Next
/ 4