
我正在嘗試修改位於 中的脈衝音訊 Daemon.conf /ect/pulse
。我沒有運氣,因為該資料夾是唯讀的。
當我在終端機中使用 gksudo 或 sudoedit 開啟檔案時,什麼都沒有出現,如果我嘗試使用 gksudo gedit 儲存,它會通知我:
cannot find the file "/ect/pulse/daemon.conf"
答案1
建議的解決方案是將檔案複製到您的主目錄並在那裡進行修改。
cp /etc/pulse/daemon.conf ~/.pulse/daemon.conf