Categories
· Show all categories
· New Customer FAQs
· E-Mail
· FTP - File Transfers
· Domains
· SSH and Telnet
· Scripting Languages
· Password Protection
· MySQL
· Stats
· Power Tools
· FAQ Home
· EchoEcho+ Support
|
SSH and Telnet: How do I unpack .tar or .tar.gz files?
|
Many open source projects are distributed in compressed formats using gz compression.
You can upload .gz files to your web folder and unpack them from an SSH login to your account.
First, login to your account with an SSH program (like Putty).
Second, go to the folder where you uploaded the tar.gz file.
Unpack a tar file like this:
tar xvpf filename.tar (Replace "filename" with the actual filename)
Unpack a tar.gz file like this:
tar xvpfz filename.tar.gz (Replace "filename" with the actual filename)
Last update: 12.07.2009, 21:11 Author: EchoEcho Support
|
You cannot comment on this entry | Content Overview: SSH and Telnet
|
|
|