OSDN Git Service

Added all.
[clfsja/cross-lfs-ja.git] / src / final-system / common / psmisc.ch
1 %
2 % This is part of CLFSja package.
3 %
4 % This is a CTIE change file for the original XML source of the CLFSbook.
5 %
6 @x
7 <?xml version="1.0" encoding="ISO-8859-1"?>
8 @y
9 <?xml version="1.0" encoding="UTF-8"?>
10 @z
11
12 @x
13     <para>The Psmisc package contains programs for displaying information
14     about running processes.</para>
15 @y
16     <para>
17     Psmisc パッケージは稼動中プロセスの情報表示を行うプログラムを提供します。
18     </para>
19 @z
20
21 @x
22     <title>Installation of Psmisc</title>
23 @y
24     <title>&InstallationOf1;Psmisc &InstallationOf2;</title>
25 @z
26
27 @x
28     <para os="a">Prepare Psmisc for compilation:</para>
29 @y
30     <para os="a">&PreparePackage1;Psmisc &PreparePackage2;</para>
31 @z
32
33 @x
34     <para os="c">Compile the package:</para>
35 @y
36     <para os="c">&CompileThePackage;</para>
37 @z
38
39 @x
40     <para os="e">This package does not come with a test suite.</para>
41 @y
42     <para os="e">&NotExistTestsuite;</para>
43 @z
44
45 @x
46     <para os="f">Install the package:</para>
47 @y
48     <para os="f">&InstallThePackage;</para>
49 @z
50
51 @x
52     <title>Contents of Psmisc</title>
53 @y
54     <title>&ContentsOf1;Psmisc &ContentsOf2;</title>
55 @z
56
57 @x
58       <segtitle>Installed programs</segtitle>
59 @y
60       <segtitle>&InstalledProgram;</segtitle>
61 @z
62
63 @x
64         <seg>fuser, killall, peekfd, prtstat, pstree, pstree.x11
65         (link to pstree)</seg>
66 @y
67         <seg>fuser, killall, peekfd, prtstat, pstree, pstree.x11
68         (&LinkTo1;pstree &LinkTo2;)</seg>
69 @z
70
71 @x
72       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
73 @y
74       <bridgehead renderas="sect3">&ShortDescriptions;</bridgehead>
75 @z
76
77 @x fuser
78           <para>Reports the Process IDs (PIDs) of processes that use the given
79           files or file systems</para>
80 @y
81           <para>
82           指定されたファイルまたはファイルシステムを利用しているプロセスのプロセス ID (PID) を表示します。
83           </para>
84 @z
85
86 @x killall
87           <para>Kills processes by name; it sends a signal to all processes
88           running any of the given commands</para>
89 @y
90           <para>
91           プロセス名を用いてそのプロセスを終了 (kill) させます。
92           指定されたコマンドを起動しているすべてのプロセスに対してシグナルが送信されます。
93           </para>
94 @z
95
96 @x peekfd
97           <para> Peeks at file descriptors of running processes</para>
98 @y
99           <para>
100           稼動中プロセスのファイルディスクリプターを調べます。
101           </para>
102 @z
103
104 @x prtstat
105           <para>Prints information about a process</para>
106 @y
107           <para>
108           プロセスに関する情報を表示します。
109           </para>
110 @z
111
112 @x pstree
113           <para>Displays running processes as a tree</para>
114 @y
115           <para>
116           稼働中のプロセスをツリー形式で表示します。
117           </para>
118 @z
119
120 @x pstree.x11
121           <para>Same as <command>pstree</command>, except that it waits for
122           confirmation before exiting</para>
123 @y
124           <para>
125           <command>pstree</command> と同じです。
126           ただし終了時には確認画面が表示されます。
127           </para>
128 @z