Linux Comm Mkinitrd
# Linux mkinitrd Command
[ Linux Command Manual](#)
The Linux mkinitrd command is used to create an image file to be loaded into ramdisk.
mkinitrd can create an image file for Linux to load into ramdisk during boot.
### Syntax
mkinitrd
**Parameters**:
* -f If the specified image file name duplicates an existing file, overwrite the existing file.
* -v Display detailed information during execution.
* --omit-scsi-modules Do not load SCSI modules.
* --preload= Specify the module to be loaded.
* --with= Specify the module to be loaded.
* --version Display version information.
[ Linux Command Manual](#)
YouTip