Question
Learning Linux Commands In this exercise, you will practice some linux commands. You are required to submit the following: Print screen for of the following
Learning Linux Commands
In this exercise, you will practice some linux commands. You are required to submit the following: Print screen for of the following steps. The Linux command you used in that step. Steps:
Start Kali linux image on vmware and login as root and launch the terminal Create a directory of the name CYS405_Labs in root home directory. $Mkdir CYS405_Labs In the CYS405_Labs directory create a new folder named Resources In the Resources directory create a folder named Linux_Commands Move Linux_Commands folder to the CYS405_Labs directory $mv Linux_Commands ../ Check the directory name in which you are now $pwd Go to your home directory and list all the contents in your home directory Create a file called "hello.txt" in your home directory using the command $cat -u > hello.txt. View the permissions of the hello file Change the permission for the hello.txt file for group and others to read only Change the user from root to yourname. What command did you use? (Hint: password for root is : toor) Can you navigate to roots home directory when you are yourname? If yes are you able to change the file permission for hello.txt?
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