Linux Features and Tools Flashcards

(43 cards)

1
Q

What are the pros of linux?

A
  • Free
  • Open Source
  • Many distribution
  • Many GUIs
  • Runs on older/slower hardware
  • Popular for web servers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the cons of Linux?

A
  • Smaller universe of application
  • More complex
  • More use of command-line interface
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is swap space on Linux disks?

A

Section of disk to be used as RAM memory when necessary

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

Do we use forward slashes / or backwards slahes \ for Linux CLI?

A

FORWARD FOR LINUX

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

What does Tilde ‘~’ mean in Linux CLI?

A

Home folder

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

How to you get help for commands on Linux?

A

man [command]

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

What does ls do in Linux?

A

Lists directory

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

How do you list a directory in Linux?

A

ls

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

How do you make a directory in Linux?

A

mkdir

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

How do you make a directory in Windows?

A

md

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

How do you remove a directory in Linux?

A

rmdir

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

How do you remove a directory in Windows?

A

rd

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

How do you change directory in Linux?

A

cd

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

How do you print current path/working directory in linux?

A

pwd

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

What does pwd do in Linux?

A

Shows you what folder you’re in, prints working directory

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

How do you copy a file in Linux?

A

cp

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

How do you copy a file in Windows?

A

copy

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

How do you remove a file in linux?

19
Q

How do you remove a file in Windows?

20
Q

How do you move and rename files in Linux?

21
Q

How do you rename a file in Windows?

22
Q

What does the cat command do?

A
  • view contents file
  • copy a file to another
  • append file one to another
23
Q

What command is used to search and print in Linux?

24
Q

What command is used to find files/folders in Linux?

25
What command is used to change permissions with an associated file?
chmod
26
How can you change the owner of a file in Linux?
chown
27
What command allows you switch user for elevated permissions?
su
28
What is sudo used for?
Executes a single command with admin privileges
29
What command allows you to run a command with admin privelages?
sudo
30
How do you terminate a program in linux?
kill
31
What command can you use to shutdown a system in LInux?
shutdown
32
What command allows you to see current processes status on linux?
ps
33
What command shows processes on Linux?
top
34
What does apt-get do in Linux?
Makes it easier to instal packages in Linux
35
What command is used for Red Hat Linux package manegment?
yum
36
What command shows you available storage space on file systems?
df
37
What commands allow you to edit text files on Linux?
nano
38
What command is used for ip configuration in Linux?
ip
39
What command does DNS lookups in Linux?
dig
40
What does the dig command do in Linux?
DNS lookups
41
What are some similar linux commands to dig?
nslookup and host
42
What tool allows you to share linux files to Windows?
Samba
43
What is SMB (CIFS)?
Allows windows clients to communicate with linux via command line to share files. Samba is the utility on Linux