linux-6.8.2/linux-6.8.2/README Linux kernel ============ There are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. Please read Documentation/admin-guide/README.rst first. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. The formatted documentation can also be read online at: $ touch linux-6.8.2/linux-6.8.2/Makefile touch: cannot touch 'linux-6.8.2/linux-6.8.2/Makefile': Read-only file system $ fusermount -u linux-6.8.2 $ grep linux /etc/mtab $ ls linux-6.8.2* linux-6.8.2.tar.xz 1 2 3 4 10
-s Qubes-R4.2.3-x86_64.iso 6748400 Qubes-R4.2.3-x86_64.iso $ fuse-archive Qubes-R4.2.3-x86_64.iso fuse-archive: Cannot write to cache: No space left on device $ fuse-archive -o nocache Qubes-R4.2.3-x86_64.iso fuse-archive: Created mount point 'Qubes-R4.2.3-x86_64' $ ls Qubes-R4.2.3-x86_64 EFI Packages boot images repodata 1 2 12
/tmp/tmp.ZJ1Sil9byy $ fuse-archive Qubes-R4.2.3-x86_64/Packages/zlib-1.2.12-5.fc37.x86_64.rpm /tmp/tmp.ZJ1Sil9byy fuse-archive: Using existing mount point '/tmp/tmp.ZJ1Sil9byy' $ ls /tmp/tmp.ZJ1Sil9byy/ usr 1 2 13
-iname "*.txt" | zip -e -r -@ /tmp/test.zip Enter password: Verify password: adding: …… $ fuse-archive /tmp/test.zip The archive is encrypted. What is the passphrase that unlocks this archive? > Got it! fuse-archive: Created mount point '/tmp/test' 1 2 3 14