[Translating] Linux id Command C Print user ID and group ID information

This commit is contained in:
geekpi
2013-12-30 02:26:22 +00:00
parent 5a76f61d59
commit 266e52eefb

View File

@@ -1,3 +1,7 @@
Translating---------------------geekpi
Linux id Command Print user ID and group ID information
================================================================================
To log in into a computer, we need a username. Username is an identity to recognized by a computer. Based on it, computer will apply a set of rules to a someone that log in with that username. On Linux system we can use **id** command.