tuteurs.ens.fr/www/unix/exercices/contact.html

130 lines
5.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Prise de contact</title>
<link rel="stylesheet" href="../../tuteurs.css" type="text/css" />
</head>
<body>
<div class="navigation">
<h1>Tuteurs informatique<br /><a href="../../meta/contact.html">Nous contacter</a></h1>
<hr />
<ul class="menu">
<li>
<a href="../../meta/charte_graphique.html">Utiliser ce site</a>
</li>
<li>
<a href="../../actualite.html">Actu et stages</a>
</li>
<li>
<a href="../../docs/">Docs à imprimer</a>
</li>
<li>
<a href="../../meta/plan_site.html">Plan du site</a>
</li>
<li>
<a href="../../search.html">Rechercher</a>
</li>
</ul>
<hr />
<ul class="arbre">
<li>
<a href="../../">Les tuteurs</a>
<ul class="arbre">
<li>
<a href="../">Unix</a>
<ul class="arbre">
<li>
<a href="./">Exercices</a>
<ul class="arbre">
<li>
<a href="contact.html" class="actuel">Prise de contact</a>
</li>
<li>
<a href="cp_mv.html">cp et mv</a>
</li>
<li>
<a href="enchainer.html">Pipes</a>
</li>
<li>
<a href="find.html">find</a>
</li>
<li>
<a href="grep.html">grep</a>
</li>
<li>
<a href="interface.html">Interface</a>
</li>
<li>
<a href="less.html">less</a>
</li>
<li>
<a href="ls.html">ls</a>
</li>
<li>
<a href="mkdir_cd.html">Répertoires</a>
</li>
<li>
<a href="solutions/">Solutions</a>
</li>
<li>
<a href="systeme.html">Système</a>
</li>
<li>
<a href="unix_deb.html">Commandes Unix</a>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<hr />
<ul class="menu">
<li>
<a href="http://www.eleves.ens.fr/">Serveur des élèves</a>
</li>
<li>
<a href="http://www.ens.fr/">ENS</a>
</li>
<li>
<a href="http://www.spi.ens.fr/">SPI</a>
</li>
</ul>
</div>
<div class="corps">
<h1>Exercices de prise de contact et commandes simples</h1>
<ol>
<li><a href="solutions/contact-sol.html#prompt"><img src="../../icones/solution.png" alt="Solution" /></a> Comment
s'appelle votre machine ?</li>
<li><a href="solutions/contact-sol.html#qui"><img src="../../icones/solution.png" alt="Solution" /></a> Comment
s'appellent les deux stations situées de part et d'autre de l'imprimante
en salle S ? (<code>qui</code>).</li>
<li><a href="solutions/contact-sol.html#vedette"><img src="../../icones/solution.png" alt="Solution" /></a> Y a-t-il
quelqu'un de physiquement logué en ce moment sur vedette, à
Jourdan ? (<code>qui</code>).</li>
<li><a href="solutions/contact-sol.html#tuteur"><img src="../../icones/solution.png" alt="Solution" /></a> Y a-t-il un
tuteur en salle du 46 en ce moment ? (<code>qui</code>).</li>
<li><a href="solutions/contact-sol.html#date"><img src="../../icones/solution.png" alt="Solution" /></a> Quel jour
sommes-nous ? (<code>date</code>).</li>
<li><a href="solutions/contact-sol.html#pot"><img src="../../icones/solution.png" alt="Solution" /></a> Qu'y avait-il au
pot hier ? (<code>pot</code>).</li>
<li><a href="solutions/contact-sol.html#cal"><img src="../../icones/solution.png" alt="Solution" /></a> Quel jour de la
semaine êtes-vous né ? (<code>cal</code>).</li>
<li><a href="solutions/contact-sol.html#who"><img src="../../icones/solution.png" alt="Solution" /></a> Qui est
actuellement logué sur drakkar ? (<code>who</code>).</li>
<li><a href="solutions/contact-sol.html#finger"><img src="../../icones/solution.png" alt="Solution" /></a> Quel est le
nom complet de la personne dont le login est <code>mlnguyen</code> ?
De quelle promotion est-il ? (<code>finger</code>).</li>
<li><a href="solutions/contact-sol.html#whoami"><img src="../../icones/solution.png" alt="Solution" /></a> Affichez
votre nom de login (<code>whoami</code>). </li>
<li><a href="solutions/contact-sol.html#diff"><img src="../../icones/solution.png" alt="Solution" /></a> Quelles sont
les différences entre <code>write</code> et <code>talk</code> ?</li>
</ol>
<div class="metainformation"> Auteur : Émilia Robin, Joël Riou.
Dernière modification : 2002-12-07 par Joël Riou. </div>
</div>
</body>
</html>