Main public logs
Appearance
Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:27, 3 November 2022 Kangtain talk contribs created page Ubuntu:Create archive tar (Created page with "Say you want to compress an entire directory named <code>/home/vivek/data/</code>, then type: <syntaxhighlight lang="shell"> tar -czvf file.tar.gz /home/kangtain/data/ </syntaxhighlight> To compress multiple directories and files, execute: <syntaxhighlight lang="shell"> tar -czvf file.tar.gz /home/kangtain/data/ /home/kangtain/pics/ /home/kangtain/.accounting.db </syntaxhighlight> One can use <code>bzip2</code> compression instead of <code>gzip</code> by passing the...")