mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
15 lines
461 B
Plaintext
15 lines
461 B
Plaintext
Tools to access and modify a file system image without having to
|
|
mount it.
|
|
|
|
Classic commands included (prefixed with fsu_):
|
|
|
|
* cat, diff, du, find, ls, stat
|
|
* chflags, chmod, chown, mv, rm, rmdir
|
|
* cp, ln, mkdir, mkfifo, mknod, touch
|
|
|
|
New commands:
|
|
|
|
* fsu_ecp (cp-like which allows the user to get/put files from/to the image)
|
|
* fsu_exec (executes a local command like text editor on a file from the image)
|
|
* fsu_write (writes its input in a file on the image)
|