Linux users normally edit configuration files with terminal-based tools like nano
and vim
. If you want to edit a file graphically—even a system file—the gedit
text editor makes it painless and easy.
Files, Files Everywhere
An oft-repeated phrase concerning Linux and other Unix-based operating systems such as macOS is “everything is a file.”
While that’s not strictly accurate, text files are often used for system logs and configuration. You can read these files to learn more about the inner workings of your operating system, and you can edit them to change its behavior.
The default GNOME text editor is gedit
, so you should find it on any system with a GNOME desktop environment. That includes Ubuntu, Fedora, Debian, CentOS, and Red Hat. It’s a handy tool for editing files when all you need is just enough editor to get the job done—without the learning curve of some of the power-house editors like vim
.
RELATED: What Does “Everything Is a File” Mean in Linux?
Launching gedit
To start gedit
from the command line, type gedit
and hit Enter.
The gedit
text editor will appear shortly.
Post a Comment Blogger Facebook
We welcome comments that add value to the discussion. We attempt to block comments that use offensive language or appear to be spam, and our editors frequently review the comments to ensure they are appropriate. As the comments are written and submitted by visitors of The Sheen Blog, they in no way represent the opinion of The Sheen Blog. Let's work together to keep the conversation civil.