LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   /path/to/location (https://www.linuxquestions.org/questions/linux-newbie-8/path-to-location-633094/)

linuxbee1 04-04-2008 03:14 PM

/path/to/location
 
Can anyone tell me what "/path/to/location" stand for in this command?

# tar -zxvf /path/to/location/home.tar.gz

pljvaldez 04-04-2008 03:16 PM

Basically, they're just saying you saved the file to some location on your computer and since they don't have access to your computer, they don't know where. So if you saved the file "home.tar.gz" into your home directory, the /path/to/location would be something like "/home/linuxbee1/" and the full command would be tar -zxvf /home/linuxbee1/home.tar.gz.

tuxrules 04-04-2008 03:18 PM

/path/to/location is just a placeholder. It's example of absolute location of the file on the filesystem. If you have saved file in your home directory, then you can untar it.

tar -zxvf /home/linuxbee1/home.tar.gz

linuxbee1 04-04-2008 03:20 PM

Thank you!

prad77 04-04-2008 03:29 PM

hmmm not alone.

I recognised later the reading between lines is not enough...
but should read inbetween slashes too!!! ;-)

Gentoo


All times are GMT -5. The time now is 05:27 PM.