aboutsummaryrefslogtreecommitdiffstats
path: root/greek/ports/hurd/hurd-doc-utils.wml
blob: 8b1081045b4a353d8ea949ae2bf0127b2012b72a (plain) (blame)
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
#use wml::debian::template title="Debian GNU/Hurd --- Documentation" NOHEADER="yes"
#include "$(ENGLISHDIR)/ports/hurd/menu.inc"
#use wml::debian::translation-check translation="cdc565969852e30580c3ad8ce3e7952261f03573" maintainer="galaxico"

<h1>Debian GNU/Hurd</h1>

<table border="2"
       summary="Index of GNU/Hurd utilities">

<caption><em>Index of GNU/Hurd utilities:</em></caption>

<tr>
  <th><a href="#syncfs" name="TOC_syncfs" type="text/html">
      Sync'ing filesystems</a></th>
  <th>&quot;<code>syncfs</code>&quot;</th>
</tr>
<tr>
  <th><a href="#showtrans" name="TOC_showtrans" type="text/html">
      Show the passive translator of a FILE</a></th>
  <th>&quot;<code>showtrans</code>&quot;</th>
</tr>
<tr>
  <th><a href="#devprobe" name="TOC_devprobe" type="text/html">
      Probing for hardware devices</a></th>
  <th>&quot;<code>devprobe</code>&quot;</th>
</tr>

#Uncomment and fill the blanks...
#<tr>
#  <th><a href="#" name="TOC_" type="text/html">
#      The  server</a></th>
#  <th>&quot;<code></code>&quot;</th>
#</tr>
</table>


<h2 class="center"><a href="#TOC_syncfs" name="syncfs" type="text/html">
Sync'ing filesystems - &quot;<code>syncfs</code>&quot;</a></h2>

<p>
<code>syncfs</code> can be used to flush the write cache for disk
filesystems.

<p>
Running &quot;<code>/bin/syncfs --help</code>&quot; gives:
<br>
<pre>
Usage: syncfs [FILE...]
 Force all pending disk writes to be done immediately

  -s, --synchronous          Wait for completion of all disk writes
  -c, --no-children          Do not synchronize child filesystems
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

 The filesystem containing each FILE is synchronized, and its child
 filesystems unless --no-children is specified.  With no FILE argument
 synchronizes the root filesystem.

Report bugs to bug-hurd@gnu.org.
</pre>

<h2 class="center"><a href="#TOC_showtrans" name="showtrans" type="text/html">
Show the passive translator of a FILE - &quot;<code>showtrans</code>&quot;</a></h2>

<p>
If you want to know which passive translator is connected to an inode if
any, use <code>settrans</code> to figure it out.

<p>
Running &quot;<code>/bin/showtrans --help</code>&quot; gives:
<br>
<pre>
Usage: showtrans FILE...
 Show the passive translator of FILE...
  
  -p, --prefix               Always display `FILENAME: ' before translators
  -P, --no-prefix            Never display `FILENAME: ' before translators
  -s, --silent               No output; useful when checking error status
  -t, --translated           Only display files that have translators

 A FILE argument of `-' prints the translator on the node
 attached to standard input.

</pre>

<h2 class="center"><a href="#TOC_devprobe" name="devprobe" type="text/html">
Probing for devices - &quot;<code>devprobe</code>&quot;</a></h2>

<p>
The <code>devprobe</code> utility probes for one or multiple Mach devices.
Just specify the names as arguments on the command line: If some of the
devices exists it will echo their names one per line and exits successfully,
otherwise it will return 1. The provided options make it easier to use this
utility in batch mode.

<p>
Running &quot;<code>/bin/devprobe --help</code>&quot; gives:
<br>
<pre>
Usage: devprobe DEVNAME...
 Test for the existence of mach device DEVNAME...

  -s, --silent                Don't print devices found
  -f, --first                 Stop after the first device found

 The exit status is 0 if any devices were found.
</pre>

#Uncomment and fill the blanks...
#<h2 class="center"><a href="#TOC_" name="" type="text/html">
#The  server - &quot;<code></code>&quot;</a></h2>
#
#<p>
#A server for .
#
#<p>
#Running &quot;<code>/hurd/ --help</code>&quot; gives:
#<br>
#<pre>
#
#</pre>

© 2014-2024 Faster IT GmbH | imprint | privacy policy