forked from SciLifeLab/courses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunix0.html
38 lines (38 loc) · 2.15 KB
/
unix0.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title> UNIX Tutorial</title>
<link href="unixtut1.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Copyright" content="Michael Stonebank, 1995-2003" />
</head>
<body>
<h2>A copy from <a href="http://www.ee.surrey.ac.uk/Teaching/Unix/"><font color="lightgrey">UNIX Tutorial for Beginners</font></a> with modified paths<br>Please use <a href="http://www.uppnex.se/emu/"><font color="lightgrey">this terminal emulator</font></a> when doing the exercises!</h2>
<h1>UNIX Tutorial </h1>
<h2>Typographical conventions </h2>
<p> In what follows, we shall use the following typographical conventions: </p>
<ul>
<li> Characters written in <code>bold typewriter font</code> are commands to
be typed into the computer as they stand.</li>
<li> Characters written in <code><var>italic typewriter font</var></code> indicate
non-specific file or directory names. </li>
<li> Words inserted within square brackets <code>[Ctrl]</code> indicate keys
to be pressed. </li>
</ul>
<p>So, for example, </p>
<p class="command"> % ls <var>anydirectory</var> [Enter] </p>
<p>means "at the UNIX prompt %, type ls followed by the name of some directory,
then press the key marked Enter" </p>
<p> Don't forget to press the [Enter] key: commands are not sent to the computer
until this is done. </p>
<p class="hint">Note: UNIX is case-sensitve, so LS is not the same as ls. <br />
<br />
The same applies to filenames, so myfile.txt, MyFile.txt and MYFILE.TXT are
three seperate files. Beware if copying files to a PC, since DOS and Windows
do not make this distinction.</p>
<p class="navbar"><a href="index.html"><img src="media/home.gif" alt="Home" width="81" height="39" border="0" /></a><a href="unixintro.html"><img src="media/right.gif" alt="Next" width="37" height="39" border="0" /></a>
</p>
<p class="date">M.Stonebank@surrey.ac.uk, © 1 November, 2002 </p>
</body>
</html>