Question
In linux 1) create a tar file of everything in your HOME directory call the file yourFirstname.tar. Do this as your UID. 2) create a
In linux
1) create a tar file of everything in your HOME directory call the file yourFirstname.tar. Do this as your UID.
2) create a directory with your last name in the /tmp directory (/tmp/me)
3) Create a tar file of everything in the /etc/ folder and place the output AND the errors in /tmp/yourLastName (/tmp/me). Do this are your UID.
4) Create a tar file of everything in the /etc/ folder and place the output AND the errors in /tmp/yourLastName (/tmp/root). Do this as root.
5) What does the umask command do?
6) How could you automatically prevent a user from having access to any files or directories that you create?
7) Please create that accomplishes the following:
a) asks the user for the favorite team
b) asks the user for the favorite season
c) Pass both of these arguments to a new script
d) create new script that reads in both arguments and displays them by season, team and today's date
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