As DSMARWAY hints above, it's useful to check the tar archive first to establish whether relative or absolute pathnames have been used. Do this using tar -tvf <name>.tar this will give you a list of files in the archive, but won't actually write them anywhere. You can then decide on where you want to restore the files to. HTH.