File types Flashcards

pp poopo (24 cards)

1
Q

linked files?

A

they can either represent the same data or point to another file aka shortcut

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

binary data files

A

Files that contain binary data and are used by binary compiled programs

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

text file

A

Readable text

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

special device files

A

file used to ID hardware

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

what is a named pipe file

A

a file that can be written to and read by different processes at the same time for transfering data

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

socket file

A

A FILE CONNECTING TWO OTHER COMPUTERS

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

In the command ls -F what does the @ represent at the end of a file

A

symbolically linked file (shortcut)

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

In the command ls -F what does the * represent at the end of a file

A

exe file

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

In the command ls -F what does the / show at the end of file

A

subdirectory

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

In the command ls -F what does the = at the end of a file show

A

socket

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

In the command ls -F what does the | at the end of a file show

A

pipeing

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

list the things that ls -l shows when run in the order that it shows from left to right

A

File type, Perms, link count, owner, group, file size, recent mods, file name

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

For the command ls -l what filetype is d

A

directory

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

For the command ls -l what filetype is l

A

link file

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

For the command ls -l what filetype is b or c

A

special device file

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

For the command ls -l what filetype is n

17
Q

For the command ls -l what filetype is s

18
Q

For the command ls -l what filetype is -

A

all other types

19
Q

what command will you run display all the files types in a dictory (as in the basic command

20
Q

Can the ls -l display all file types?

21
Q

can the ls -F display all file types?

22
Q

can the file display all file types?

23
Q

what dose stat command do?

A

shows additional details for a file , as well as the last time that file was accessed or its contents modififed basicl alot

24
Q

name the types of filetypes that can be found in the command ls -l

A

driectorys, specal files, socket, pipeing, link