Shared Flashcard Set

Details

linux admin filesystem
commands for managing linux filesystems
7
Computer Science
7th Grade
03/16/2010

Additional Computer Science Flashcards

 


 

Cards

Term
what command lets you manage partitions?
Definition
fdisk or parted
Term
what is a filesystem?
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
mount
Term
what command lets you see how much data is stored on each available partition?
Definition
df
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.
Supporting users have an ad free experience!