2025-03-14 21:59:59 -06:00
|
|
|
# unsquashfs
|
|
|
|
|
|
|
|
|
|
> Dekompresuj, rozpakuj i wyświetl listę plików w systemach plików squashfs.
|
|
|
|
|
> Więcej informacji: <https://manned.org/unsquashfs>.
|
|
|
|
|
|
|
|
|
|
- Rozpakuj system plików squashfs do `squashfs-root` w aktualnym katalogu roboczym:
|
|
|
|
|
|
|
|
|
|
`unsquashfs {{system_plików.squashfs}}`
|
|
|
|
|
|
|
|
|
|
- Rozpakuj system plików squashfs do podanego katalogu:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`unsquashfs {{[-d|-dest]}} {{ścieżka/do/katalogu}} {{system_plików.squashfs}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Wyświetlaj nazwy plików podczas ich rozpakowywania:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`unsquashfs {{[-i|-info]}} {{system_plików.squashfs}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Wyświetlaj nazwy plików i ich atrybuty podczas ich rozpakowywania:
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`unsquashfs {{[-li|-linfo]}} {{system_plików.squashfs}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Wyświetl listę plików w systemie plików squashfs (bez rozpakowywania):
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`unsquashfs {{[-l|-ls]}} {{system_plików.squashfs}}`
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Wyświetl listę plików i ich atrybuty w systemie plików squashfs (bez rozpakowywania):
|
|
|
|
|
|
2026-06-12 17:51:25 -06:00
|
|
|
`unsquashfs {{[-ll|-lls]}} {{system_plików.squashfs}}`
|