13. Emacs Exiting and Help

To close out of Emacs

C-x C-c

If you have any open buffers, it will ask you to save before closing out of Emacs.

Confused?

C-h C-h : help menu

Undo

C-x u

As you can see, Emacs has more moving parts, so the learning curve is a little steeper. In exchange, though, you get a very powerful text editor.

Sign in to save your learning progress

Sign in

Exercises

Practice makes perfect! Here are some hands-on labs to reinforce your understanding of file and directory management:

  1. Manage Files and Directories in Linux - Practice using commands like mkdir, rm, cp, and mv to create, remove, copy, and move files and directories in a Linux command-line environment.
  2. Organizing Files and Directories - Practice essential Linux file management skills by using cp, mv, and rm commands to organize a project structure, move files, and clean up unnecessary directories.
  3. File and Directory Operations - Learn essential Linux file system operations by navigating the directory structure, managing files and folders, and using powerful command-line tools like ls, cd, mkdir, cp, mv, cat, nano, head, and tail.

These labs will help you apply the concepts in real scenarios and build confidence with managing files and directories in Linux.

Quiz

How do you access the help menu?