From Fedora Project Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 August 2023

  • curprev 09:3909:39, 14 August 2023Sumantrom talk contribs 1,460 bytes +1,460 Created page with "{{QA/Test_Case |description=This test case ensures that the `cpio` utility, used for creating archives of files, functions as expected. |setup= # Install a fresh version of Fedora. # Install `cpio`: `sudo dnf install cpio`. # Create a temporary directory for testing: `mkdir cpio_test`. # Navigate to the directory: `cd cpio_test`. # Create a few test files: `echo "Test1" > file1.txt`, `echo "Test2" > file2.txt`. |actions= # Create an archive using `cpio` by running: `fin..."