Lab Exercise # 1 Lynn Burgess
.pdf
keyboard_arrow_up
School
University Of Arizona *
*We aren’t endorsed by this school
Course
388
Subject
Computer Science
Date
Apr 3, 2024
Type
Pages
5
Uploaded by ColonelRedPanda1883
Lab #1 Questions – Command line fundamentals
Part 1
1.
How many directories are there?
10 directories
2.
True/False. The directory “ProgramData” is visible.
False
3.
What does the /L option do?
Use lower cause
4.
How many files are displayed
3 files
5.
What date/time was the Windows directory written to? (Use the MM/DD/YYYY
HH:MM 24-hour format in UTC)
11/28/2023 09:38 PM
6.
How many directories are there?
46
7.
What directory had its contents displayed?
Program Files (x86)\WinPcap
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
To navigate around the Windows file structure (between directories), we would use thiscommand:
Group of answer choices
MD
RD
CD
ND
arrow_forward
Book: Windows PowerShell step by step 3rd edition - Ed Wilson
arrow_forward
Write an assembly code to create a directory named ?ASM?.
Write an assembly code to create a file named ? hi.txt?.
how transcribed image text
arrow_forward
Pls answer this question in python
arrow_forward
In a UNIX-like file system, a directory typically contains:
A.
filenames and i-nodes
B.
permission information, pointers to direct blocks
C.
filenames and ownership information
D.
filenames, i-nodes, major device numbers and minor device numbers
arrow_forward
What is the difference between a file and a directory?
arrow_forward
Computer Data Security & Privacy
using kali
my name is aisha
Do as directed:a. Create a directory with the name FIRST in the root directory.b. Create a file in the FIRST directory with the name Hello.txt. Write at least two lines of text in it
arrow_forward
PLeae write in python
The populated contacts.txt file with at least 5 contacts
1 screenshot of executed code in command line/terminal window for the print address book option (either paste into Word document or as an image)
1 screenshot of executed code in command line/terminal window for the search contact option (either paste into Word document or as an image)
arrow_forward
1. Is each of the following an absolute pathname, a relative pathname, or a simple filename? a. milk_co b. correspond/business/milk_co c. /home/max d. /home/max/literature/promo e. .. f. letter.0210
2. List the commands you can use to perform these operations: a. Make your home directory the working directory b. Identify the working directory
3. If the working directory is /home/max with a subdirectory named literature, give three sets of commands you can use to create a subdirectory named classics under literature. Also give several sets of commands you can use to remove the classics directory and its contents.
4. You should have read permission for the /etc/passwd file. To answer the following questions, use cat or less to display /etc/passwd. Look at the fields of information in /etc/passwd for the users on the local system. a. Which character is used to separate fields in /etc/passwd? b. How many fields are used to describe each user? c. How many users…
arrow_forward
in fedora 37
1. Create a directory named Module9 and navigate to that directory.
2. Copy the file pay.dat from Module8 to Module9. Here it is again, just in case:
0001:John Smith:15.40
0002:Jane Smith:15.41
0003:George Jungle:12.10
0004:Ursula Jungle:16.11
3. Using a pipe symbol for filtering and sort the data to stdout.
Enter: cat pay.dat | sort
4. Now, on your own, using a pipe symbol for filtering and sort the data in descending order to stdout and append that to a file named SortPay.dat.
5. Copy pay.dat to three files named: pay10,dat, pay12.dat, and pay02.txt. You may need to use multiple commands.
6. Use pattern matching to locate only pay02.txt.
7. Enter the command to remove pay2.dat and redirect both stdin and stdout to a file named RemovePay.txt.
8. Run the command in step 7 again.
9. Display the contents of RemovePay.txt
10. Take screen captures
please explain each step and take screenshots
arrow_forward
Match the following extension types used in Windows PE to their definitions
✓ .EXE
✓ MSC
✓ DLL
✓ INI
A. Dynamic Linking Library files
B. Machine or Binary program
C. Microsoft Management Console files
D. Program Initialization file
arrow_forward
2- Write the different UNIX file opening modes and
operation modes with an example.
arrow_forward
Does MS-DOS look for BAT files before EXE files in the current directory when executing a command?
arrow_forward
Hello!
How to create a Pynthon function that strips the first letters from all file names in a directory?
Thank you
arrow_forward
The copywriter for the Marketing Department works on a Windows 10 PC that often crashes. An error message displays when the copywriter attempts to open specific files. Using the files for a new catalogue is causing him concern.
a. Outline the actions necessary to repair these files. D: is where the files are, while C: is where Windows is.
arrow_forward
368.
Allocated size of a file comes under?
a.
basic information
b.
address information
c.
access control information
d.
usage information
arrow_forward
An MS-DOS table that contains the first block of each file on the disk or disk partition.
a. Acyclic directory
b. NTFS
c. Master file table
d. File allocation table
arrow_forward
If you wanted to find where under your home directory the file exam2File is located, what command and options/arguments would you use?
arrow_forward
In the case of UNIX, where sharing is implemented by
symbolic link
○ A. the deletion of link does not affect the original file
○ B. the deletion of the original file does not remove
the link, but it is dangling
C. both of the above
D. none of the above
arrow_forward
When a long filename is stored in a volume directory (under MS-Windows), how is the first long filenameentry identified?
arrow_forward
Which file lists files that Git should not track?
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT
Related Questions
- To navigate around the Windows file structure (between directories), we would use thiscommand: Group of answer choices MD RD CD NDarrow_forwardBook: Windows PowerShell step by step 3rd edition - Ed Wilsonarrow_forwardWrite an assembly code to create a directory named ?ASM?. Write an assembly code to create a file named ? hi.txt?. how transcribed image textarrow_forward
- Pls answer this question in pythonarrow_forwardIn a UNIX-like file system, a directory typically contains: A. filenames and i-nodes B. permission information, pointers to direct blocks C. filenames and ownership information D. filenames, i-nodes, major device numbers and minor device numbersarrow_forwardWhat is the difference between a file and a directory?arrow_forward
- Computer Data Security & Privacy using kali my name is aisha Do as directed:a. Create a directory with the name FIRST in the root directory.b. Create a file in the FIRST directory with the name Hello.txt. Write at least two lines of text in itarrow_forwardPLeae write in python The populated contacts.txt file with at least 5 contacts 1 screenshot of executed code in command line/terminal window for the print address book option (either paste into Word document or as an image) 1 screenshot of executed code in command line/terminal window for the search contact option (either paste into Word document or as an image)arrow_forward1. Is each of the following an absolute pathname, a relative pathname, or a simple filename? a. milk_co b. correspond/business/milk_co c. /home/max d. /home/max/literature/promo e. .. f. letter.0210 2. List the commands you can use to perform these operations: a. Make your home directory the working directory b. Identify the working directory 3. If the working directory is /home/max with a subdirectory named literature, give three sets of commands you can use to create a subdirectory named classics under literature. Also give several sets of commands you can use to remove the classics directory and its contents. 4. You should have read permission for the /etc/passwd file. To answer the following questions, use cat or less to display /etc/passwd. Look at the fields of information in /etc/passwd for the users on the local system. a. Which character is used to separate fields in /etc/passwd? b. How many fields are used to describe each user? c. How many users…arrow_forward
- in fedora 37 1. Create a directory named Module9 and navigate to that directory. 2. Copy the file pay.dat from Module8 to Module9. Here it is again, just in case: 0001:John Smith:15.40 0002:Jane Smith:15.41 0003:George Jungle:12.10 0004:Ursula Jungle:16.11 3. Using a pipe symbol for filtering and sort the data to stdout. Enter: cat pay.dat | sort 4. Now, on your own, using a pipe symbol for filtering and sort the data in descending order to stdout and append that to a file named SortPay.dat. 5. Copy pay.dat to three files named: pay10,dat, pay12.dat, and pay02.txt. You may need to use multiple commands. 6. Use pattern matching to locate only pay02.txt. 7. Enter the command to remove pay2.dat and redirect both stdin and stdout to a file named RemovePay.txt. 8. Run the command in step 7 again. 9. Display the contents of RemovePay.txt 10. Take screen captures please explain each step and take screenshotsarrow_forwardMatch the following extension types used in Windows PE to their definitions ✓ .EXE ✓ MSC ✓ DLL ✓ INI A. Dynamic Linking Library files B. Machine or Binary program C. Microsoft Management Console files D. Program Initialization filearrow_forward2- Write the different UNIX file opening modes and operation modes with an example.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Microsoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,EBK JAVA PROGRAMMINGComputer ScienceISBN:9781337671385Author:FARRELLPublisher:CENGAGE LEARNING - CONSIGNMENT
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
EBK JAVA PROGRAMMING
Computer Science
ISBN:9781337671385
Author:FARRELL
Publisher:CENGAGE LEARNING - CONSIGNMENT