Due Date: Thursday April 27, 2023
I want to improve your Linux skills?
Do not forget your heading.
Use your clipboard
Click here to access your new cyber range.
Open up your Linux machine.
Open up a command prompt box.
Watch this video - Click here.
60 Linux Commands you NEED to know (in 10 minutes)
Copy and paste your standard heading into Kali.
Before you do the commands below run these command to use in your assignment.
1984 Novel - click here.
1984 Novel Altered - click here.
copy these links for the wget command.
copy these links for the wget command.
Your commands will be: (You can use the clip board to copy these commands)
wget https://www.cusack2.com/KCHS22_23/202304Apr/W24/01_Cyber/Novel_A.html
wget https://www.cusack2.com/KCHS22_23/202304Apr/W24/01_Cyber/Novel_B.html
Your commands will be: (You can use the clip board to copy these commands)
Complete the 41-43 commands only.
Command List
sort
find
chmod
sort
Sort example: (using the pipe)
cat Novel_A.html | sort
find
find example:
Note the asterick at the end of Novel.
This is a wild card where any value can
end the work Novel and be displayed
sudo find -name "Novel*"
chmod
Watch this video - Click here.
Linux file permissions explained - Click here and read.
Learning about file permissions - Click here and read.
chmod examples:
(add excute on the Novel_A.html file)
look at how the files have changed
ls -l
(remove read and execute from the Novel_A.html)
look at how the files have changed
ls -l
See greater detail below
Notice how file permission changed.
Use screen cast to record you completing the commands.
You may have to practice before recording.
Your file name is PX_Linux41-44commands.mp4.
Turn it in to google classroom.