Linux Unzip Shell Commands & Other useful Commands
Linux Unzip Commands
| Command | Description |
|---|---|
| tar -xvf file.tar | unzip tar file |
| tar -t file.tar | list contents of tar file |
| tar -xvfz file.tar.gz | unzip tar.gz file |
| tar -xvfj file.tar.bz2 | unzip tar.bz2 file |
| gunzip file.gz | unzip gzip file |
| unzip file.zip | unzip zip file |
| bunzip2 file.bz2 | unzip bzip2 file |
Other useful Linux Commands
| Command | Description |
|---|---|
| startx | start x windows |
| shutdown -r now | restart |
| shutdown -h now | shutdown w/o restart |
| su | login to root |
| exit | exit root/end terminal |

No Comment yet - Be the first to respond to " Linux Unzip Shell Commands & Other useful Commands "!
Use The Form Below To Leave Your Comment(s):