
unsquashfs
List of commands for unsquashfs:
-
unsquashfs:tldr:490a5 unsquashfs: Extract a squashfs filesystem to `squashfs-root` in the current working directory.$ unsquashfs ${filesystem-squashfs}try on your machineexplain this command
-
unsquashfs:tldr:4ad5a unsquashfs: Display the names of files as they are extracted.$ unsquashfs -info ${filesystem-squashfs}try on your machineexplain this command
-
unsquashfs:tldr:727af unsquashfs: Display the names of files and their attributes as they are extracted.$ unsquashfs -linfo ${filesystem-squashfs}try on your machineexplain this command
-
unsquashfs:tldr:7434b unsquashfs: List files inside the squashfs filesystem (without extracting).$ unsquashfs -ls ${filesystem-squashfs}try on your machineexplain this command
-
unsquashfs:tldr:d0dee unsquashfs: List files and their attributes inside the squashfs filesystem (without extracting).$ unsquashfs -lls ${filesystem-squashfs}try on your machineexplain this command
-
unsquashfs:tldr:d13a9 unsquashfs: Extract a squashfs filesystem to the specified directory.$ unsquashfs -dest ${path-to-directory} ${filesystem-squashfs}try on your machineexplain this command