Commands For Windows + Linux Flashcards

1
Q

What is CD?

A

Change directory- Changing current folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is CD\?

A

Takes you to the top of a directory tree

Eg- “C:drive”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is cd…

A

For when you need to go up one folder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is DIR?

A

View contents of a folder- Both

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is pwd?

A

Prints your current working directory. - Linux Command

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is rmdir?

A

Delete empty directories - Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the home directory?

A

~

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is ren?

A

Renaming files and folders - Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is ARP?

A

Used to find out what the MAC address is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Ping-6?

A

Forces computer to use IP version 6.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is NSLookUp?

A

Display info that you can use to diagnose DNS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is mkdir?

A

Makes Directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is fsck?

A

Fixing files.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is top?

A

Shows top processes based on certain criteria- CPU/Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does DIR/o:n/s mean?

A

Shows directory in order by name including sub directories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does DIR/t:a mean?

A

Shows directory time and last access

17
Q

What does DIR/a:r mean?

A

Shows directory attribute and read only files.

18
Q

What is chkdsk ?

A

Check Disk- Linux

19
Q

What are the primary steps required for scripting / software development.

A
Plan
Design
Develop
Test
Maintain
20
Q

What is the * Wildcard?

A

Will match any sequence of characters.

21
Q

What is the ? Wildcard?

A

Matches a single character.

22
Q

What is tail?

A

Returns the last 10 lines.

23
Q

What does D: LS -XS mean?

A

This is used on windows to change the drive letter