Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Linux Mint Essentials

You're reading from  Linux Mint Essentials

Product type Book
Published in May 2014
Publisher Packt
ISBN-13 9781782168157
Pages 324 pages
Edition 1st Edition
Languages
Author (1):
Jay LaCroix Jay LaCroix
Profile icon Jay LaCroix

Table of Contents (22) Chapters

Linux Mint Essentials
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Meet Linux Mint 2. Creating Boot Media and Installing Linux Mint 3. Getting Acquainted with Cinnamon 4. An Introduction to the Terminal 5. Utilizing Storage and Media 6. Installing and Removing Software 7. Enjoying Multimedia on Mint 8. Managing Users and Permissions 9. Connecting to Networks 10. Securing Linux Mint 11. Advanced Administration Techniques 12. Troubleshooting Linux Mint Reinstalling Mint while Retaining Data Using the MATE Edition of Linux Mint Using the KDE Edition of Linux Mint Index

The nano text editor


Until now, we have used single purpose commands to achieve very basic goals such as creating empty files and directories. In the Linux Shell, there is more to life than simple commands. There are actually complete programs, which are able to run completely within your shell window. One example is nano, which is a text editor. There are many text editors available (such as vi and emacs), but nano is quite possibly the easiest to learn when starting out. There are two ways to open the nano text editor. The first way is by simply entering the nano command in the terminal.

The nano text editor immediately opens and you are able to start typing. However, when you enter the nano command by itself, you aren't actually editing a file until you save it. To save the file, press Ctrl + O (the letter O) and you are prompted to save the file. If you simply type the name, such as myfile.txt, the file will be saved to wherever your current working directory is. For example, if your...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}