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 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="andre alefeld">
<meta name="GENERATOR" content="Mozilla/4.76C-CCK-MCD Netscape [en] (X11; U; SunOS 5.8 sun4u) [Netscape]">
</head>
<body>
<ul><font size=+2>Module description gridengine/source/utilbin</font>
<p>This directory contains binaries which are needed during installation
of Grid Engine. Most of the files here go in the 'utilbin/arch' directory,
other files have no meaning for a Grid Engine distribution and should be
regarded as untested. The script 'scripts/distinst' contains a list of
files which are copied when creating a Grid Engine distribution.
<br>
<br>
<table BORDER COLS=2 WIDTH="100%" NOSAVE >
<tr>
<td>Makefile</td>
<td>Makefile for targets of this directory. Do not call 'make' directly.
Use top level 'aimk' instead</td>
</tr>
<tr>
<td>adminrun.c</td>
<td>run command under given username</td>
</tr>
<tr>
<td>checkprog.c</td>
<td>check if given process is running by parsing 'ps' output</td>
</tr>
<tr>
<td>checkuser.c</td>
<td>check if given user exists in password database</td>
</tr>
<tr>
<td>filestat.c</td>
<td>print requested attribute of given file</td>
</tr>
<tr>
<td>gethostbyaddr.c</td>
<td>resolve hostname using C library functions</td>
</tr>
<tr>
<td>gethostbyname.c</td>
<td>resolve hostname using C library functions</td>
</tr>
<tr>
<td>gethostname.c</td>
<td>get current hostname using C library functions</td>
</tr>
<tr>
<td>getservbyname.c</td>
<td>check if service is available in services database</td>
</tr>
<tr>
<td>languagetest.c</td>
<td>test program for I18N</td>
</tr>
<tr>
<td>loadcheck.c</td>
<td>stand alone module to retrieve load values</td>
</tr>
<tr>
<td>msg_utilbin.h</td>
<td>I18N messages</td>
</tr>
<tr>
<td>now.c</td>
<td>print current time in seconds since epoch</td>
</tr>
<tr>
<td>permutation.c</td>
<td>use CPU cycles to generate load</td>
</tr>
<tr>
<td>range.c</td>
<td>print a given range in syntax for 'qdel'</td>
</tr>
<tr>
<td>signals.c</td>
<td>start program and block SIGUSR1 and SIGUSR2</td>
</tr>
<tr>
<td>testsuidroot.c</td>
<td>check if this program is SUID root executable</td>
</tr>
<tr>
<td>uidgid.c</td>
<td>print [e]uid, or [e]gid of caller</td>
</tr>
<tr>
<td>utilbin.html</td>
<td>this file</td>
</tr>
<tr>
<td>work.c</td>
<td>use CPU cycles to generate load</td>
</tr>
</table>
</ul>
</body>
</html>
|