To extract a tar.bz2 file, use the command :
tar -jxvf filename.tar.bz2
To extract a tar.gz file, the the command :
tar -zxvf filename.tar.gz
Possibly Related Posts:
- Linux : How to Disable Direct Root Logins
- Linux :How to encrypt text file in Linux (VIM)
- FreeBSD : Data set and change
- Mysql : Connect to a remote mysql Server
- MySql : how to create database user on mysql databbase?
