


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
EXERCISES Before you move on to the next topics, try out the skills you learned from these discussions by completing the following exercises: 1. Use the ls command from the root (/) directory to explore the directory structure of Linux. Move to each of the directories with the cd command and run pwd to verify where you are in the directory structure. 2. Use the whoami command to verify which user you are logged in as. 3. Use the locate command to find wordlists that can be used for password cracking. 4. Use the cat command to create a new file and then append to that file. Keep in mind that >redirects input to a file and >> appends to a file. 5. Create a new directory called hackerdirectory and create a new file in that directory named hackedfile. Now copy that file to your /root directory and rename it secretfile.
Typology: Exercises
This document is temporarily unavailable for download
Available from 03/22/2024
4
(3)5 documents
1 / 4
This page cannot be seen from the preview
Don't miss anything!



This document is temporarily unavailable for download
CIT 244 - Introduction to Open Source Operating Systems EXERCISES Before you move on to the next topics, try out the skills you learned from these discussions by completing the following exercises:
redirects input to a file and >> appends to a file.