=> cd C:/Users
C:/Users>mkdir ITEadmin
C:/Users>cd ITEadmin
C:/Users/ITEadmin>mkdir BitLocker_Key
C:/Users/ITEadmin>cd BitLocker_Key
C:/Users/ITEadmin/BitLocker_Key>
cd H:/
H:/>mkdir Course
H:/> cd Course
H:/Course>
H:/Course>cd..
H:/>mkdir Staff
H:/>cd Staff
H:/Staff>
H:/Staff>cd..
H:/>mkdir Backup
H:/> cd Backup
H:/Backup>
Hope this helps u. :)
can somebody help with the this please Create Directories Using CLI Create the directories using CLI....
Problem 8 (18 points): Answer the following questions regarding managing files and directories: a) What command would remove the directory /trashbin and all of the files and subdirectories inside of it? b) What command flag can you use with cp so that it doesn’t accidentally overwrite a file if it already exists? c) What command exists to delete a directory if and only if it is already empty? d) Which command can be used to rename a file or directory?...
Question for Windows CLI At the administrative command prompt, cd into c:\, create a directory named GOPdir, and within it, another directory called trumpdir. Set the permissions on the trumpdir directory so that the user trump can modify it, any other members of the republicans group can only read it, and no one else can do anything with it. (If someone is listed as belonging to both the republicans group and another group, they should still be allowed to read...
Question for Windows CLI At the administrative command prompt, cd into c:\, create a directory named GOPdir, and within it, another directory called trumpdir. Set the permissions on the trumpdir directory so that the user trump can modify it, any other members of the republicans group can only read it, and no one else can do anything with it. (If someone is listed as belonging to both the republicans group and another group, they should still be allowed to read...
I'm stuck, if you can provide the code I can put it into the
BASH environment
Executing tasks: In this section of the project, you will demonstrate your ability to execute Linux commands to create files and create and organize the Linux directory structure. At the end of this section, you will create a log file that will include a list of all the commands you used to complete these steps. VII. In the workspace directory, create new directories titled...
do numbers 4-8
4. Given any directory, use the Is command to display: • all files and sub-directories starting with the letter "D" (note do not list anything in any sub-directory) • its immediate sub-directories (sub-directories only, and no other ordinary files) its immediate hidden sub-directories only - take a screenshot (#3-3) that clearly shows the command and the result. 5. Assume that the following files are in the working directory: $ ls intro notesb ref2 section 1 section3 section4b...
3. File and Directories Files and directories provide a basic abstraction of persistent data to users. Here we explore (ab systems work, focusing on links. Sometimes links lead to pretty odd performance problems. (a) Assume we have a regular file that is referred to by the pathname /a/b/c/orig.txt-how many directories wil we access when opening this file? (b) Now assume we create a hard link to this file, as follows: 1n /a/b/c/orig.txt /hard.txt. How directories will we access when opening...
I need help with this. 22. Show a command that will create a file named "etc.tar" in your home directory from recursively going through all of the files in the "/etc" directory. In other words, the "etc.tar" file will include the files in the "/etc" directory as well as all of its subdirectories. IMPORTANT: This command must work for any user as well as work from any directory. 23. In bash, multiple commands can appear on a single command line...
Please help with this linux lab. Please include screenshots as I keep getting errors when I attempt this lab. Thank you in advance Example 1 Enter the system root directory cd / pwd [this command prints working directory] Here is how to go back to your home directory: cd ~ pwd Example 2 Use the Change directory command cd /labs/lab1/ohio inside the ohio folder use the Touch command to create a file called ohiostate.txt /labs/lab1/ohio/touch ohiostate.txt Use the pwd and...
please help me to write in PuTTY in which command need to use Create a directory called CS332 Change to the CS332 directory Create a new directory inside CS332 and name it Lab1 Change to the Lab1 directory Find the current directory using the command “pwd” Create a new file using the touch command by entering “touch file1” List the contents of the Lab1 directory Rename file to new_file1 List the contents of the Lab1 directory Change to the CS332...
Linux command problem, please help thank you!
Chapter X Exercise 07: midLS Exercise 07 midLS Turn-in directory: er07/ Files to turn in: midLS Allowed functions: None Notes: a/a In a midLs file, place the command line that will list all files and directories in your current directory (except for hidden files or any file that starts by a dot - yes, that includes double-dots), separated by a comma, by order of creation date. Make sure directories' names are followed by...