Monthly Archives: 12月 2014

dfコマンドとduコマンドの覚え書き

何となくしか知らなかったので、dfコマンドとduコマンドの覚え書き。 [bash … Continue reading

Posted in CentOS, 技術情報 | Leave a comment

Linuxサーバで容量が多いディレクトリの調べ方

[bash] du -m / | sort -rn | more [/bash]

Posted in CentOS, 技術情報 | Leave a comment

SVNバックアップスクリプト

[bash] #!/bin/sh # Create DB Docs script … Continue reading

Posted in CentOS, 技術情報 | Leave a comment