Linux
環回目錄
如何創建將給定目錄公開為只讀文件系統的環回掛載?與將文件公開為文件系統的環回掛載相比?
我想這
mount -o bind,ro /some/directory /where/you/want/it/to/be/readonly
應該可以解決問題。