From the course: Linux: Files and Permissions
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
Challenge: Linux files - Linux Tutorial
From the course: Linux: Files and Permissions
Challenge: Linux files
(bright music) - [Instructor] You've now come to the end of the Linux files chapter. This challenge will test your knowledge and understanding of what you've learned. This challenge will focus on creating files and directories and listing them using various forms of pattern creation and pattern matching. Let's give this challenge a real-world scenario. You're managing the files in a 24-hour security camera. It saves a JPEG photo every minute, and it saves an MPEG video file every 10 minutes. It has seven days of storage on the camera and then overwrites the previous week's files. This challenge comes in two parts. Part one, you need to create the directories and files for 24 hours a day for seven days. Part two, you need to create a pattern to list every 10th photo and every video. You'll use this pattern with the LS command, but it could be used with the CP, MV or RM commands as well so you could back up or archive these…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Understanding filesystem paths4m 18s
-
(Locked)
Creating files and dirs4m 38s
-
(Locked)
Copying files and dirs4m 39s
-
(Locked)
Moving and renaming files and dirs4m 11s
-
(Locked)
Deleting files and dirs3m 44s
-
(Locked)
Creating links to files and dirs6m 24s
-
(Locked)
Making file manipulation safe2m 12s
-
(Locked)
Challenge: Linux files3m 21s
-
(Locked)
Solution: Linux files3m 45s
-
-
-
-