Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
cpio
Copy files to/from archives
Syntax
cpio [OPTION]... [MODE]Common Options
-iExtract mode-oCreate mode-pPass-through mode-dCreate directories-vVerbose output-tList contents-uUnconditional overwrite-mPreserve modification time-HSpecify archive format-AAppend to archiveCommon Examples
find . | cpio -ov > archive.cpioCreate cpio archive
cpio -iv < archive.cpioExtract cpio archive
cpio -it < archive.cpioList archive contents
find . -newer ref | cpio -pvdm /backupPass-through backup
find . -name "*.c" | cpio -ovHnewc > src.cpioCreate with format
cpio -idv < archive.cpioExtract creating dirs
Related Tools
More Code & Dev Tools
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
Color Extractor
Extract colors from images online. Get dominant colors and c...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...