Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 OSX 上使用 Bitnami MAMP Stack,并希望在启动 Apache Web 服务器时清除 tmp 目录。
所以基本上我需要知道在哪里添加以下命令,或者包含命令的脚本rm -rf ~/Library/Containers/com.bitnami.mampstack/Data/app/php/tmp。
rm -rf ~/Library/Containers/com.bitnami.mampstack/Data/app/php/tmp
塔克, 罗伯特。
只需查看您的 MAMP 程序文件夹。有 ./bin/start.sh 只需将您的行添加到此。或者,如果您只想在 Apache 重新启动时执行,则启动 Apache.sh。