IT Forensics Exercise | Professor Banjo, TThese exercises are to be complete in the Linux terminal (based on Chapter 7: Linux and Macintosh File Systems)Instructions: Use this Microsoft Word...

1 answer below »
I have a 2 part midterm project. I need help with part 1 of the assignment which involves completing tasks on a Linux server with Virtual Box. I have to take screenshots of each task after completion and put it in a Word document. The screenshots have to show the desktop date and time. There are 10 tasks.


IT Forensics Exercise | Professor Banjo, T These exercises are to be complete in the Linux terminal (based on Chapter 7: Linux and Macintosh File Systems) Instructions: Use this Microsoft Word file to document your activities. Take screenshots for each task, paste the screenshots below each activity then save the Microsoft Word file and submit as instructed. To earn credit, your screenshots must show your desktop date and time. 1. Create 4 text files: jobsearch.txt, budget.txt, contacts.txt, schedule.txt. 2. Create 2 directories: work, home. 3. List all directories and files with their permissions. 4. Create 4 users: Hamid, Molly, Abby and Lee. 5. Create passwords for each user. 6. Login each user. 7. After you have logged in each user, return to the root/admin user then run the command to show all logged in users and their various log in dates/times. 8. Run the command to show the various logins or reboots by various users. 9. Run the command to show the total storage on your system. 10. Run the command to show how long your system has been up/running. .
Answered 1 days AfterMar 24, 2023

Answer To: IT Forensics Exercise | Professor Banjo, TThese exercises are to be complete in the Linux terminal...

Sumit Kumar answered on Mar 25 2023
29 Votes
Linux Assignment
Create 4 text files: jobsearch.txt, budget.txt, contacts.txt, schedule.txt.
Ans:
-
Command: - touch jobsearch.txt budget.txt contacts.txt schedule.txt
Output: -

Create 2 directories: work, home.
Ans: -
Command: - mkdir work home
Output: -
List all directories and files with their permission.
Ans: -
Command: - ls –l
Output: -
Create 4 users: Hamid, Molly, Abby and Lee.
Ans: -
For Hamid: - sudo useradd Hamid
For Molly: - sudo useradd Molly
For Abby: - sudo useradd Abby
For Lee: - sudo useradd...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here