LINUX Flashcards

1
Q

FHS

A

FILE LINUX HERARQUIY

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

WHOAMI

A

check the name of the user

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

CP

A

COPY A FILE IN ANOTHER DIRECTORY

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

RM

A

REMOVE A FILE

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

ADDUSER

A

CREATE A NEW USER

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

WHICH

A

SHOWS THE RUTE WHERE THE COMMAND OR FILE IS LOCATED

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

CAT

A

CONCATENATE AND SHOW ON PROMOT WHATEVER IS IN THE FILE

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

PWD

A

where I am the path, present working directory

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

BASH

A

it is one of vaious Shells : Bourne Again Shell

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

PS

A

process statutus

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

$

A

running as a user

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

#

A

running as a root

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

cmd –help

A

show everything about the command

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

man (cmd)

A

enter in a new prompt and show everything about the command

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

apropos (termino desconocido)

A

list everything about possible about termino desconocido

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

ls -a

A

shows all the listed included hinted

17
Q

ls -l

A

permission, ownership, file size, and creation

18
Q

man ls

A

to see the list manual page

19
Q

cd

A

change to one directory

20
Q

backslash \

A

serves as a “quote” or “escape” character

21
Q

cd /home/user/documents

A

move to that directory path

22
Q

how many ways files and directories can be referenced?

A

3: absolute, home directory, relative

23
Q
A