03102014 Flashcards
0
Q
Every file has a special number called ____
A
inode
1
Q
./proc and /sys are actually _____
A
virtual systems
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
3
Q
The ___ is what ties all of the inodes together on a file system
A
superblock
4
Q
The ____ command can be used to show the contents of the superblock
A
dumpe2fs
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
6
Q
List contents of directories in a tree-like format.
A
tree