Text editing is essential to Linux users. Historically, the Vim text editor has been the default tool for managing file contents. Today, many systems and many sysadmins prefer to use the nano text editor.

This is the second article in a series that covers some essential Linux tools. My first article discusses: "The four things you must be able to do in Vim." It is a companion article to this one.

Nano is quite a bit more intuitive than Vim, but it's still worth taking a brief look at its most fundamental features. You must be able to accomplish the following four tasks with nano:

  • Create/open a file
  • Edit the file
  • Save changes
  • Exit the file

Create or open a file

To create a new file by using nano, type nano /path/filename. This is the same syntax Vim uses. The new file is created and opened for editing. To create a new file named "RHEL_versions," I type the following:

# nano ~/Documents/RHEL_versions

The file may now be edited. Nano does not use the concept of modes like Vim. Once the file opens in nano, if you type on the keyboard, text is inserted into the file.

Use the same command syntax to open an existing file, such as the "demo" file:

# nano ~/Documents/demo

[ You might also enjoy, Getting started with Nano ]

Edit a file

Because nano does not use modes, you may begin editing the file immediately without navigating between Command mode and Insert mode. This certainly makes nano easier to use, but it also makes it less flexible. However, for basic file edits, such flexibility is often overkill.

Save a file

The Ctrl key activates nano's commands on your keyboard. There is an abbreviated list of commands displayed at the bottom of the nano interface, and these cover most basic needs. You "write out" a file to save its contents by using Ctrl+O.

File with nano's Ctrl+O command highlighted

Note: There are many additional commands available within nano that are not displayed in the primary menu.

Exit nano

If you examine the list of available commands at the bottom of nano's interface, you discover that you won't "quit" nano, but instead "exit" nano by using Ctrl+X.

File with nano's Ctrl+X command highlighted

[ Free download: Advanced Linux commands cheat sheet. ] 

Wrap up

In some ways, using nano is more like using the keyboard shortcuts in Microsoft Word or LibreOffice Writer. Nano is significantly more powerful than I am showing here, so be sure to check the documentation for more tricks. If you're a Vim user and you find yourself on a distribution that only has nano available, at least you'll know these simple functions.

I guess I'm old school (or just old), but I prefer Vim, even for very short and simple edits. I acknowledge that nano is easier, but I am in the habit of using Vim. In fact, I have it installed on my Mac and Windows computers, too.


关于作者

Damon Garn owns Cogspinner Coaction, LLC, a technical writing, editing, and IT project company based in Colorado Springs, CO. Damon authored many CompTIA Official Instructor and Student Guides (Linux+, Cloud+, Cloud Essentials+, Server+) and developed a broad library of interactive, scored labs. He regularly contributes to Enable Sysadmin, SearchNetworking, and CompTIA article repositories. Damon has 20 years of experience as a technical trainer covering Linux, Windows Server, and security content. He is a former sysadmin for US Figure Skating. He lives in Colorado Springs with his family and is a writer, musician, and amateur genealogist.

UI_Icon-Red_Hat-Close-A-Black-RGB

按频道浏览

automation icon

自动化

有关技术、团队和环境 IT 自动化的最新信息

AI icon

人工智能

平台更新使客户可以在任何地方运行人工智能工作负载

open hybrid cloud icon

开放混合云

了解我们如何利用混合云构建更灵活的未来

security icon

安全防护

有关我们如何跨环境和技术减少风险的最新信息

edge icon

边缘计算

简化边缘运维的平台更新

Infrastructure icon

基础架构

全球领先企业 Linux 平台的最新动态

application development icon

应用领域

我们针对最严峻的应用挑战的解决方案

Virtualization icon

虚拟化

适用于您的本地或跨云工作负载的企业虚拟化的未来