actually the first command changes who can do what with the file.<div><br></div><div>for the first command a quicky explanation is there are three groups.  the owner, the group, and then everyone else.</div><div>basically changing the permissions to 777 allows EVERYONE (owner, group, and everyone) to do everything (read,write, execute) to that file. unrelated: triple sevens always scare me a bit.</div>
<div>the second unpacks the file in the current directory (because no path is given).  the x = decompress, the v = tell me ALL about it (verbose), the f = don't ask me questions, just f do it.</div><div><br></div><div>
for non techies.</div><div><br></div><div>1) change the permissions to the file so that you can....</div><div>2) decompress (or unzip) the file to the directory it resides in.</div><div><br></div><div><br></div><div>-theron</div>
<div><br><div class="gmail_quote">On Tue, May 3, 2011 at 8:15 AM, Rob Miller <span dir="ltr"><<a href="mailto:robarooney@gmail.com">robarooney@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div>Can someone translate this *nix phrase into "instructional English"?  TIA.</div>
<div> </div>
<div>
<p class="MsoNormal" style="margin:0in 0in 0pt"><b><span style="font-size:10pt">In the FooBar2.1 directory:</span></b></p>
<p class="MsoNormal" style="margin:0in 0in 0pt"><b><span style="font-size:10pt"></span></b> </p>
<p class="MsoNormal" style="margin:0in 0in 0pt;text-indent:0.5in"><span style="font-size:10pt">1.<span>  </span>chmod 777 Foobar_42_X26LMAQ.tar</span></p>
<p class="MsoNormal" style="margin:0in 0in 0pt;text-indent:0.5in"><span style="font-size:10pt">2.<span>  </span>tar –xvf Foobar_42_X26LMAQ.tar</span></p>
<p class="MsoNormal" style="margin:0in 0in 0pt;text-indent:0.5in"><span style="font-size:10pt"></span> </p><span style="font-size:10pt">
<div>Would the translation be something like:</div>
<div> </div>
<div>1.  Copy the compressed Foobar file (*.tar) to the FooBar2.1 directory.</div>
<div>2.  Set the file permissions using the chmod 777 command.</div>
<div>3.  Extract the compressed contents of the Foobar file (*.tar) using the tar -xvf command.</div>
<div> </div>
<div>Again, thanks for the help.</div></span></div>
<br>_______________________________________________<br>
Cialug mailing list<br>
<a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>
<a href="http://cialug.org/mailman/listinfo/cialug" target="_blank">http://cialug.org/mailman/listinfo/cialug</a><br>
<br></blockquote></div><br></div>