Email address obfuscation in effect -- please
click here to turn it off.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
Answer to question 2:
tar xvzf ****.tar.gz
x = extract (this means we want to untar the file to its original
structure)
v = verbose (tell tar to give us details about what it is doing)
z = unzip (this is a .gz file, so we must ungzip/uncompress it)
f = filename (the next word is the name of the file we want to manipulate)
-keith
On Sun, 10 Oct 1999, Robert Willis wrote:
> 1st question is there a way to probe pci slots ? for some reason my nic isn't being
> recognized
>
> 2nd what are the commands to untar say a file like ****.tar.gz
>