|
| 1 | +<?xml version="1.0" encoding="iso-8859-1"?> |
| 2 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | +<html xmlns="http://www.w3.org/1999/xhtml"> |
| 4 | +<head> |
| 5 | +<title> UNIX Tutorial for Beginners</title> |
| 6 | +<link href="unixtut1.css" rel="stylesheet" type="text/css" /> |
| 7 | +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> |
| 8 | +<meta name="Keywords" content="Unix Tutorial, Unix Guide, Beginners guide to Unix, Linux Tutorial, Linux Commands" /> |
| 9 | +<meta name="Description" content="Introduction to the UNIX operating system. Eight simple tutorials which cover the basics of UNIX." /> |
| 10 | +<meta name="Copyright" content="Michael Stonebank, 1995" /> |
| 11 | +</head> |
| 12 | +<body> |
| 13 | +<h1>UNIX Tutorial for Beginners</h1> |
| 14 | +<p> </p> |
| 15 | +<h3><a href="unix0.html"> Typographical Conventions </a> </h3> |
| 16 | +<h3><a href="unixintro.html">Introduction to The UNIX operating system </a> </h3> |
| 17 | +<h3><a href="unix1.html">Tutorial One</a> </h3> |
| 18 | +<ul> |
| 19 | + <li> Listing files and directories </li> |
| 20 | + <li> Making Directories </li> |
| 21 | + <li> Changing to a different Directory </li> |
| 22 | + <li> The directories . and .. </li> |
| 23 | + <li> Pathnames </li> |
| 24 | + <li> More about home directories and pathnames </li> |
| 25 | +</ul> |
| 26 | +<h3><a href="unix2.html">Tutorial Two </a> </h3> |
| 27 | +<ul> |
| 28 | + <li> Copying Files </li> |
| 29 | + <li> Moving Files </li> |
| 30 | + <li> Removing Files and directories </li> |
| 31 | + <li> Displaying the contents of a file on the screen </li> |
| 32 | + <li> Searching the contents of a file </li> |
| 33 | +</ul> |
| 34 | +<h3><a href="unix3.html">Tutorial Three </a> </h3> |
| 35 | +<ul> |
| 36 | + <li> Redirection </li> |
| 37 | + <li> Redirecting the Output </li> |
| 38 | + <li> Redirecting the Input </li> |
| 39 | + <li> Pipes</li> |
| 40 | +</ul> |
| 41 | +<h3><a href="unix4.html">Tutorial Four </a> </h3> |
| 42 | +<ul> |
| 43 | + <li> Wildcards </li> |
| 44 | + <li> Filename Conventions </li> |
| 45 | + <li> Getting Help </li> |
| 46 | +</ul> |
| 47 | +<h3><a href="unix5.html">Tutorial Five </a> </h3> |
| 48 | +<ul> |
| 49 | + <li> File system security (access rights) </li> |
| 50 | + <li> Changing access rights </li> |
| 51 | + <li> Processes and Jobs </li> |
| 52 | + <li> Listing suspended and background processes </li> |
| 53 | + <li> Killing a process </li> |
| 54 | +</ul> |
| 55 | +<h3> <a href="unix6.html">Tutorial Six </a> </h3> |
| 56 | +<ul> |
| 57 | + <li> Other Useful UNIX commands </li> |
| 58 | +</ul> |
| 59 | +<h3> <a href="unix7.html">Tutorial Seven </a> |
| 60 | +</h3> |
| 61 | +<ul> |
| 62 | + <li> Compiling UNIX software packages </li> |
| 63 | + <li> Download source code </li> |
| 64 | + <li> Extracting source code </li> |
| 65 | + <li>Configuring and creating the Makefile </li> |
| 66 | + <li>Building the package </li> |
| 67 | + <li>Running the software </li> |
| 68 | + <li>Stripping unnecessary code </li> |
| 69 | +</ul> |
| 70 | +<h3> <a href="unix8.html">Tutorial Eight </a> </h3> |
| 71 | +<ul> |
| 72 | + <li>UNIX variables </li> |
| 73 | + <li> Environment variables </li> |
| 74 | + <li> Shell variables </li> |
| 75 | + <li> Using and setting variables </li> |
| 76 | +</ul> |
| 77 | +<h3>Downloads</h3> |
| 78 | +<p>This tutorial is available for download in the following formats - </p> |
| 79 | +<ul> |
| 80 | + <li> <a href="http://www.ee.surrey.ac.uk/Teaching/Unix/arc/unixtut.tar.gz">Unix tar.gz file</a> </li> |
| 81 | + <li> <a href="http://www.ee.surrey.ac.uk/Teaching/Unix/arc/unixtut.zip">Windows zip file </a></li> |
| 82 | +</ul> |
| 83 | +<hr /> |
| 84 | +<h3> <a href="/Docs/Unixhelp/TOP_.html">UNIX Help for Users</a> </h3> |
| 85 | +<ul> |
| 86 | + <li> For more help with UNIX, try this guide from the University of Edinburgh |
| 87 | + </li> |
| 88 | +</ul> |
| 89 | +<h3> <a href="http://www.faqs.org/faqs/unix-faq/faq/part1/preamble.html">UNIX |
| 90 | + Frequently Asked Questions (FAQs)</a> </h3> |
| 91 | +<ul> |
| 92 | + <li> These seven articles contain the answers to some Frequently Asked Questions |
| 93 | + often seen in comp.unix.questions and comp.unix.shell. </li> |
| 94 | +</ul> |
| 95 | +<h3> <a href="http://www.bell-labs.com/history/unix/">History of UNIX</a> </h3> |
| 96 | +<ul> |
| 97 | + <li>UNIX was originally developed at Bell Laboratories as a private research |
| 98 | + project by a small group of people. Read all about the history of its creation. |
| 99 | + </li> |
| 100 | +</ul> |
| 101 | +<!--p class="hint">This tutorial is now available as a complete download for you |
| 102 | + to install on your own system as <a href="arc/unixtut.tar.gz"><strong>unixtut.tar.gz |
| 103 | + - (28K)</strong></a> or <a href="arc/unixtut.zip"> <strong> unixtut.zip - (32K)</strong></a> <img |
| 104 | +src="/logos/new.gif" /> |
| 105 | +</p--> |
| 106 | +<p class="date"> <a href="http://www.ee.surrey.ac.uk/Personal/M.Stonebank/"><font color="#FFFFCC">M.Stonebank@surrey.ac.uk</font></a>, 19 October 2001 </p> |
| 107 | + |
| 108 | + |
| 109 | +<!-- Creative Commons License --> |
| 110 | +<div align="center"><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/"><img alt="Creative Commons License" border="0" src="http://creativecommons.org/images/public/somerights20.gif" /></a><br /> |
| 111 | + This tutorial is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons License</a>. |
| 112 | + <!-- /Creative Commons License --> |
| 113 | + |
| 114 | + |
| 115 | + <!-- |
| 116 | +
|
| 117 | +<rdf:RDF xmlns="http://web.resource.org/cc/" |
| 118 | + xmlns:dc="http://purl.org/dc/elements/1.1/" |
| 119 | + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> |
| 120 | +<Work rdf:about=""> |
| 121 | + <dc:title>UNIX Tutorial for Beginners</dc:title> |
| 122 | + <dc:date>1995</dc:date> |
| 123 | + <dc:description>Introduction to the UNIX operating system. Eight simple tutorials which cover the basics of UNIX.</dc:description> |
| 124 | + <dc:creator><Agent> |
| 125 | + <dc:title>Michael Stonebank</dc:title> |
| 126 | + </Agent></dc:creator> |
| 127 | + <dc:type rdf:resource="http://purl.org/dc/dcmitype/Text" /> |
| 128 | + <license rdf:resource="http://creativecommons.org/licenses/by-nc-sa/2.0/" /> |
| 129 | +</Work> |
| 130 | +
|
| 131 | +<License rdf:about="http://creativecommons.org/licenses/by-nc-sa/2.0/"> |
| 132 | + <permits rdf:resource="http://web.resource.org/cc/Reproduction" /> |
| 133 | + <permits rdf:resource="http://web.resource.org/cc/Distribution" /> |
| 134 | + <requires rdf:resource="http://web.resource.org/cc/Notice" /> |
| 135 | + <requires rdf:resource="http://web.resource.org/cc/Attribution" /> |
| 136 | + <prohibits rdf:resource="http://web.resource.org/cc/CommercialUse" /> |
| 137 | + <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" /> |
| 138 | + <requires rdf:resource="http://web.resource.org/cc/ShareAlike" /> |
| 139 | +</License> |
| 140 | +
|
| 141 | +</rdf:RDF> |
| 142 | +
|
| 143 | +--> |
| 144 | + |
| 145 | + |
| 146 | + </div> |
| 147 | +</div> |
| 148 | +<p> |
| 149 | +</p> |
| 150 | +</body> |
| 151 | +</html> |
0 commit comments