Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/en/bash/id.html
diff options
context:
space:
mode:
Diffstat (limited to 'help/en/bash/id.html')
-rw-r--r--help/en/bash/id.html93
1 files changed, 93 insertions, 0 deletions
diff --git a/help/en/bash/id.html b/help/en/bash/id.html
new file mode 100644
index 0000000..87b0501
--- /dev/null
+++ b/help/en/bash/id.html
@@ -0,0 +1,93 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
+<head>
+<link rel="STYLESHEET" href="../term_tools/main.css" type="text/css">
+<title>id MAN Page</title>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
+</head><body><!-- #BeginLibraryItem "/Library/head_bash.lbi" --><div id="nav-menu">
+<ul>
+<li><a class="rl" href="../term_tools/index.html"><img src="../term_tools/images/ss64.gif" title="Home" alt="Home"></a></li>
+<li><a class="rl" href="../term_tools/bash"><img src="../term_tools/images/bash-l.gif" title="bash" alt="bash"></a></li>
+<li><!-- Search Google -->
+<form action="http://www.google.com/search" method="get" style="margin:0px;padding:0px;">
+<div align="right">
+<input name="q" type="text" class="body" size="25">
+<input class="submit" type="submit" value="Search">
+<input type="hidden" name="q" value="site:ss64.com/bash/">
+</div>
+</form></li>
+<li><a class="rr" href="syntax.html"><img src="../term_tools/images/syntax-r.gif" title="Bash Syntax"></a></li>
+</ul>
+</div> <!-- #EndLibraryItem --><h1> id</h1>
+<p>Print real and effective user id (uid) and group id (gid), prints
+ identity information about the given user, or if no user is specified the current process.</p>
+<pre>SYNTAX
+ id [<em>options</em>]... [<em>username</em>]
+</pre>
+<p><span class="body"> By default, it prints the real user id, real group id, effective
+ user id if different from the real user id, effective group id if
+ different from the real group id, and supplemental group ids.<br>
+ <br>
+ Each of these numeric values is preceded by an identifying string and
+ followed by the corresponding user or group name in parentheses.</span></p>
+<pre>
+OPTIONS
+ The options cause `id' to print only part of the above information.
+
+-g
+--group
+ Print only the group id.
+
+-G
+--groups
+ Print only the supplementary groups.
+
+-n
+--name
+ Print the user or group name instead of the ID number.
+ Requires -u, -g, or -G
+
+-r
+--real
+ Print the real, instead of effective, user or group id.
+ Requires -u, -g, or -G
+
+-u
+--user
+ Print only the user id.</pre>
+<p><b>Related</b>:<br>
+ <br>
+ <a href="echo.html">echo</a> - Display message on screen <br>
+ <a href="env.html">env</a> - Display, set, or remove environment variables <br>
+ <a href="groups.html">groups</a> - Print group names a user is in <br>
+ <a href="hostname.html">hostname</a> - Print or set system name <br>
+ <a href="logname.html">logname</a> - Print current login name <br>
+ <a href="uname.html">uname</a> - Print system information<br>
+ <a href="users.html">users</a> - Print login names of users currently logged
+ in <br>
+ <a href="who.html">who</a> - Print who is currently logged in <br>
+ whoami - Print the current user id and name (`id -un') <br>
+Equivalent Windows command: <a href="../term_tools/nt/echo.html"> ECHO </a> %USERNAME%</p>
+<!-- #BeginLibraryItem "/Library/foot_bash.lbi" --><p align="left"><script type="text/javascript"><!--
+google_ad_client = "pub-6140977852749469";
+google_ad_width = 300;
+google_ad_height = 250;
+google_ad_format = "300x250_as";
+google_ad_type = "text_image";
+google_ad_channel ="1984328893";
+google_color_border = "CCCCCC";
+google_color_bg = "CCCCCC";
+google_color_link = "000000";
+google_color_text = "333333";
+google_color_url = "0000FF";
+//--></script>
+<script type="text/javascript"
+ src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
+</script><br>
+</p>
+<div align="center"><hr size="1">
+ <p id="top"><a href="#"><img src="../term_tools/images/top-4.gif" width="47" height="53" border="0" alt="Back to the Top" title="Back to the Top"></a></p>
+ <p class="tagline">&copy; Copyright <a href="http://ss64.com/">SS64.com</a> 1999-2010<br>
+Some rights reserved<br>
+</p>
+</div><!-- #EndLibraryItem --></body>
+</html>