hands-on lab

Working with Files and Directories in Linux

Beginner
45m
1,213
4.9/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.
Lab description

In this lab, you will use fundamental Linux commands to work with files and directories in a Linux environment. The commands used in this lab have been covered in the Linux Fundamentals course. References to the specific lessons of the course will be provided throughout the lab steps. 

The Linux command-line tools referenced in this lab are:

  • cd
  • chmod
  • cp
  • emacs
  • mkdir
  • mv
  • nano
  • vim 

Learning Objectives

Upon completion of this lab, you will be able to:

  • Change the permissions of files with chmod
  • Modify a text file with a built-in Linux text editor
  • Move files from one directory to another with mv
  • Create a new directory to store backup file copies with mkdir and cp

Intended Audience

  • Those beginning to work with Linux
  • Software Engineers
  • DevOps Engineers
  • Data Engineers

Prerequisites

Familiarity with basic Linux commands will be beneficial. Refer to the following course to fulfill the prerequisite:

Environment before
Environment after
About the author
Avatar
Jun Fritz, opens in a new tab
Cloud Labs Developer
Students
39,397
Labs
105
Courses
1
Learning paths
6

Jun is a Cloud Labs Developer with previous experience as a Software Engineer and Cloud Developer. He holds the AWS Certified Solutions Architect and DevOps Engineer Professional certifications. He also holds the AWS Certified Solutions Architect, Developer, and SysOps Administrator Associate certifications. 

Jun is focused on giving back to the growing cloud community by sharing his knowledge and experience with students and creating engaging content. 

Covered topics
Lab steps
Accessing the Amazon Linux 2 Terminal
Updating File Permissions in Linux
Editing Files in Linux
Moving Files in Linux
Copying Files in Linux