03102014 Flashcards

0
Q

Every file has a special number called ____

A

inode

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

./proc and /sys are actually _____

A

virtual systems

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

The ____ is where the OS stores the properties of the file ( file type, owner and group information, permission, creation date /and or modification time, size,

A

inode

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

The ___ is what ties all of the inodes together on a file system

A

superblock

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

The ____ command can be used to show the contents of the superblock

A

dumpe2fs

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

The syntax for copy is ____

A

cp source-file destination-file

Example:

cd /tmp
ls > f1; ls > f2 ; ls > f3
mkdir dir1 dir2 dir3
cp f1 f5
cp f1 dir1
cp f1 /tmp/lbooktest3/dir1
rm f3
mv f2 dir2
mv f1 f6
tree
rm -r lbooktest3
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

List contents of directories in a tree-like format.

A

tree

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