Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Basic Linux Commands. Experiment with each of these commands: use the man command to learn more about each command. mkdir rmdir cd ls pwd cat
Basic Linux Commands.
Experiment with each of these commands: use the man command to learn more about each command.
mkdir
rmdir
cd
ls
pwd
cat
head
more
rm
cp
who
date
cal
Step Three
Create a log file using "script at the command line where filename is the name of the script file you will create. Name your file as "lablastname.txt When you are done with your lab, you can type "exit" and the script logging will end. It would be helpful to open a second command window to use the man command.
Step Four:
type the command whoami
create a new directory named lab
change directories into lab
list all files, even hidden files the directory should be blank
create a new file that contains the calendar for this month
list all files again, even hidden files there should be just one file
display the entire contents of that new file
delete the file
ask the system when is Easter in
ask the system for today's date
End the log file.File Manipulation
Misc Commands
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started