AWS For Admins For Dummies
Book image
Explore Book Buy On Amazon
When working with Linux as you do in AWS (Amazon Web Services), you sometimes need to modify configuration files at the command line. Trying to perform this task without an editor is nearly impossible. The Editors group package provided with your Linux setup includes a number of editors that you can use to perform configuration file editing tasks.

The following minitable gives an overview of each editor (listed as either a default package or an optional package):

Utility/Package What It Does
Default Packages
vim Allows editing of text files using the Vi IMproved (VIM) editor. See http://www.vim.org/ for additional details.
Optional Packages
ctags etags Creates a tag file containing identifiers based on the content of code files for use with a text editor. The tags help the editor provide amplifying information when displaying the file onscreen. The etags utility is an Emacs-specific version that produces more information for this particular editor. See http://ctags.sourceforge.net/ for additional details.
emacs Displays an extensible, customizable, real-time text editor generally used to modify code files, hence the original name Editing Macros, or Emacs (but you can use it for any other text-editing purpose as well). See https://emacswiki.org/ for additional details.
emacs-auctex Provides support for tau-epsilon-chi (TeX) files in the Emacs editor. See https://www.gnu.org/software/auctex/ for additional details.
emacs-gnuplot Provides gnuplot support for the Emacs editor. See https://mkmcc.github.io/software/gnuplot-mode.html for additional details.

About This Article

This article is from the book:

About the book author:

John Paul Mueller is a prolific technical writer and editor with 101 books and 600 articles to his credit. His topics range from networking and home security to database management and heads-down programming, and his editing skills have helped more than 63 authors refine their manuscripts. Visit his blog at http://blog.johnmuellerbooks.com/.

This article can be found in the category: