Term
what command lets you manage partitions? |
|
Definition
|
|
Term
|
Definition
a filesystem is a technology that includes a database and a particular kind of directory structure. linux filesystems use superblocks and inode tables as their database. |
|
|
Term
what command lets you put a filesystem on a partition? |
|
Definition
mkfs and its cousins (mke2fs, mkfs.ext3, mkfs.nfs,..), |
|
|
Term
what does it mean to mount a partition? |
|
Definition
associate a partition with a directory name such that inspecting the directory is inspecting the directory tree on the filesystem of the partition. |
|
|
Term
what command lets you see which partitions are available? |
|
Definition
|
|
Term
what command lets you see how much data is stored on each available partition? |
|
Definition
|
|
Term
what is the difference between a hard link and a soft link? |
|
Definition
a file that is hard linked to another associate its name with the inode number of the file to which it is linked; a file that is a soft link has as its contents the pathname of the file to which it is linked. |
|
|