Quantcast
Channel: tar – Securitron Linux blog.
Browsing latest articles
Browse All 4 View Live

Using the tar command on Debian Linux.

The Linux shell offers many ways to compress files for backup. The tar or tape archive program will concantenate many files into one. tar --create --verbose myfile.tar file1 file2 file3 file4 Then you...

View Article



Some very useful Linux command-line tips and tricks for the desktop user.

Using the install-mbr command to install a main boot record (MBR) onto a disk. [flynn@flynn-grid-runner media]$ sudo install-mbr --force --partition 1 /dev/sdi [sudo] password for flynn:...

View Article

Using the tar command on Linux to uncompress tar.gz files with the command line.

The tar command on Linux is very useful for uncompressing files on your Linux machine. The most used command on a Linux system is uncompressing files that you have downloaded from an Internet source....

View Article

How to unpack a rar file on Linux with the command line interface.

Firstly, install unrar on Linux with this command. sudo apt-get install unrar Then unpack a rar file with this simple one-liner. unrar x myfile.rar Another way to compress files on Linux is to use the...

View Article
Browsing latest articles
Browse All 4 View Live




Latest Images