テキスト編集
前のページ

テキスト編集

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.

At times in this guide, Kate is run from the command line using kdesu, as most configuration files require root privileges to alter them. It is recommended that you also run kdesu from the command line when shown in this guide.

コマンドラインからテキストエディタを使う必要があるならば、nanoという、操作が簡単なテキストエディタが使えます。コマンドラインから起動する際には、以下のコマンドを常に使い、エディタに勝手に改行を挿入させないようにします:

nano -w

nanoの使い方についての詳細は、wikiのガイドを参照してください。

There are also quite a few other terminal-based editors available in Kubuntu, popular ones include VIM and Emacs (the pros and cons of each are cause for much friendly debate within the Linux community). These are often more complex to use than nano, but are also more powerful.

前のページ
ホーム