字體編輯
前一頁

字體編輯

All of the configurations and settings in Linux are saved in text files. Even though you most often can edit configurations through the graphical interface, you may occasionally have to edit them by hand. Kate is the default Kubuntu text editor, which can be launched by going to KMenuUtilitiesKate - Advanced Text Editor.

在這篇指南中的任何地方,Kate 總是在命令行中使用 kdesu 來執行,這是因為大多數設定檔案都需要管理員特權才能修改。您最好也採用這篇指南中的方法在命令行中執行 kdesu 應用程式。

如果您需要在命令列中使用文字編輯器,那麼您可以使用 nano 這個易用的文字編輯器。當要從命令列中執行它時,請使用下面這個命令以確保編輯器不會自動換行:

nano -w

For more information about how to use nano, refer to the guide on the wiki.

Kubuntu 裡還有另外一些終端機模式的編輯器,比較流行的是 VIMEmacs(Linux 社群裡有一些關於此二者優劣的爭論)。這些使用起來比 nano 要複雜,但功能較之也強大多了。

前一頁
內容