PDA

View Full Version : permissions


webtrader98
01-14-2001, 03:10 PM
I have a tar file in my root directory if I am in my control panel and enter my file manager and than extract file contents of the tar file will the permissions be set already for me if I take this route? Or is telnet the way to go if so what is the command to unzip a tar file?

JordanTLClive
01-14-2001, 07:09 PM
I dont have much experience with the control panel at host rocket but here is how to do what you want with telnet....

gunzip filname.tar.gz
tar xvf filename.tar

webtrader98
01-14-2001, 07:58 PM
That worked thanks for the help.