Level 15
Level 17
6 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
fdisk
"partition a disk in preparation for install the Linux operating system or data storage"
fisk -n
Enables interactive mode with fdisk command
mkfs
Builds a Linux file system (format)
mkfs -t
Specifies the type of file system to build
mkfs -c
Check device for bad blocks before building the file system
mkswap
Turns a file system into swap. This is done after creating a new swap partition. Swapoff and swap on commands cannot be used until a signature is created with this