可以快速刪除的目錄 - BBS

Margaret avatar
By Margaret
at 2010-02-26T04:48

Table of Contents

請教各位,

我有一個目錄 ~/cache,每天早上固定要移除裡面的內容,現在的作法是:

#!/bin/sh
cd /xxx
rand=`echo "<?echo mt_rand(100,999);?>" | /usr/local/bin/php`
old_cache_dir="cache_$rand"
mv cache $old_cache_dir
mkdir cache
chown nobody cache
rm -rf /xxx/$old_cache_dir &

可是後來覺得這樣刪檔案花好久的時間,應該可以把 cache 放到一個新的
partition,然後就 newfs,比刪檔案快,就像這樣

mount /dev/ad0s1d /xxx/cache (要用的時候)
umount -f /xxx/cache (要刪的時候)
newfs /dev/ad0s1d
mount /dev/ad0s1d /xxx/cache (又是一條好漢)


但是新增一個 partition 工程浩大。

請教各位有沒有什麼方法,可以快速刪除一個目錄下所有的檔案。

目前刪除舊的 cache 目錄,每天都得跑上好幾分鐘。

感謝,順祝新年快樂。

--
Tags: BBS

All Comments

mod_rewrite 模擬 mod_userdir

Ethan avatar
By Ethan
at 2010-02-26T00:45
※ [本文轉錄自 Linux 看板] 作者: hydec (你好嗎?我很好!) 看板: Linux 標題: [問題] mod_rewrite 模擬 mod_userdir 時間: Thu Feb 25 15:01:49 2010 因為一些特殊需求,我的使用者網頁會放在 /home/user/home/us ...

重灌後無法使用SSH遠端

Frederic avatar
By Frederic
at 2010-02-25T15:26
目前我是用VM WARE以root 身分登入的 ~and#34;~ 是說root 不能改嗎? ~and#34;~ 另一個問題就是我無法用PUTTY連線 IP輸入好之後按下Enter 一定會顯示Connection timned out 不知哪裡出問題, 懇請各位幫我, 謝謝 (跪) ※ 引述《usnei ( ...

重灌後無法使用SSH遠端

Jack avatar
By Jack
at 2010-02-25T08:50
是不是 /etc/ssh/sshd_config PermitRootLogin 這行? 將一個一般user加入wheel 群組 以一般user帳號登入之後, 再su 至root 身分 ※ 引述《Lizstlin (Lizst)》之銘言: : (目前使用版本是7.2-RELEASE) : 前陣子不小心把Fr ...

重灌後無法使用SSH遠端

Margaret avatar
By Margaret
at 2010-02-25T00:39
(目前使用版本是7.2-RELEASE) 前陣子不小心把FreeBSD玩壞了 然後前天重灌後, 發現不能使用putty 登入 會出現Connection timed out 我 /etc/rc.conf 已經加入 sshd_enable=and#34;YESand#34; 而且restart 了 後來rebo ...

【03/02 TOSSUG】Juha Lindfors: Intro. to the openremote project

Tristan Cohan avatar
By Tristan Cohan
at 2010-02-24T22:18
[English below] 你想用 iPhone 或 Android 手機遙控家裡的電器嗎? 感謝 wycc 的介紹,我們很高興邀請到 openremote.org 的 Juha Lindfors [1] 來 Tossug,親自向大家介紹 openremote.org 這個開放源碼專案。 d ...