Sortix cisortix manual
This manual documents Sortix cisortix. You can instead view this document in the latest official manual.
NAME
initrdfs — view initialization ramdiskSYNOPSIS
initrdfs | initrd cat path ... |
initrdfs | initrd extract [-C destination] path ... |
initrdfs | initrd ls [-a] path ... |
DESCRIPTION
initrdfs opens a initrd(7) made with mkinitrd(8) and lets you view the stored directories and files.- -a
- (ls) Include directory entries whose names begin with a dot (‘.’).
- -C destination
- (extract) Extract to the specified destination rather than the default current directory.
- cat
- Show the contents of each path.
- extract
- Extract each path recursively to the current directory.
- ls
- List each directory path.