This file is indexed.

/usr/share/help/fr/gnome-terminal/pref-custom-command.page is in gnome-terminal-data 3.22.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="pref-custom-command" xml:lang="fr">

  <info>
    <revision pkgversion="3.8" date="2013-03-02" status="candidate"/>
    <revision pkgversion="3.12" date="2014-09-08" status="candidate"/>
    <link type="guide" xref="index#preferences"/>
    <link type="guide" xref="profile"/>
    <link type="seealso" xref="gs-execute-commands"/>
<!--    <link type="seealso" xref="prob-add-to-path"/>-->

    <credit type="author copyright">
      <name>Sindhu S</name>
      <email>sindhus@live.in</email>
      <years>2013</years>
    </credit>
    <credit type="copyright editor">
      <name>Ekaterina Gerasimova</name>
      <email>kittykat3756@gmail.com</email>
      <years>2013-2014</years>
    </credit>
    <credit type="copyright editor">
      <name>Michael Hill</name>
      <email>mdhillca@gmail.com</email>
      <years>2013</years>
    </credit>

    <include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>

    <desc>Régler <app>Terminal</app> pour exécuter une commande ou un autre shell au démarrage.</desc>

  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Yoann Fievez</mal:name>
      <mal:email>yoann.fievez@gmail.com</mal:email>
      <mal:years>2013</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Julien Hardelin</mal:name>
      <mal:email>jhardlin@orange.fr</mal:email>
      <mal:years>2013</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Alexandre Franke</mal:name>
      <mal:email>alexandre.franke@gmail.com</mal:email>
      <mal:years>2014</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Alain Lojewski</mal:name>
      <mal:email>allomervan@gmail.com</mal:email>
      <mal:years>2014</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Jérôme Sirgue</mal:name>
      <mal:email>jsirgue@free.fr</mal:email>
      <mal:years>2014</mal:years>
    </mal:credit>
  
    <mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
      <mal:name>Guillaume Bernard</mal:name>
      <mal:email>translate@filorin.fr</mal:email>
      <mal:years>2015</mal:years>
    </mal:credit>
  </info>

  <title>Shells et commandes personnalisés</title>

  <p>Un <em>shell</em> est un logiciel qui fournit une interface pour les utilisateurs d'un système d'exploitation afin d'exécuter des <em>commandes</em>, qui peuvent être des programmes tels que <app>top</app> ou une ligne de commande shell. Le shell par défaut est généralement <app>Bash</app>.</p>

  <p>Vous pouvez régler <app>Terminal</app> pour lancer une commande lors de son démarrage au lieu qu'il attende une entrée de votre part :</p>

  <steps>
    <item>
      <p>Sélectionnez <guiseq><gui style="menu">Édition</gui> <gui style="menuitem">Préférences du profil</gui> <gui style="tab">Commande</gui></guiseq>.</p>
    </item>
    <item>
      <p>Cochez <gui>Exécuter une commande personnalisée au lieu de mon shell</gui>.</p>
    </item>
    <item>
      <p>Saisissez la commande ou le shell désiré dans le champ.</p>
      <p>La commande sera passée au terminal exactement comme vous l'écrivez, y compris les arguments que vous spécifiez. Les variables d'environnement seront héritées du terminal car c'est un processus enfant du terminal.</p>
    </item>
    <item>
      <p>Ouvrir un nouvel onglet ou une nouvelle fenêtre de <app>Terminal</app> pour voir comment le shell personnalisé ou la commande s'exécute.</p>
    </item>
  </steps>

  <p>Vous pouvez également <link xref="pref-custom-exit">définir le comportement</link> du terminal une fois que la commande a terminé son exécution.</p>

  <note style="important">
    <p>Il se peut que vous ayez à saisir le chemin complet vers la commande ou le shell, si le répertoire dans lequel le shell ou la commande réside n'est pas dans la variable <code>PATH</code> de votre système.</p>
  </note>

</page>