|
LINUX / UNIX cmd
|
Introduction |
Commands in A |
Commands in B |
Commands in C |
Commands in D |
Commands in E |
Commands in F |
Commands in G |
Commands in H |
Commands in I |
Commands in J |
Commands in K |
Commands in L |
Commands in M |
Commands in N |
Commands in P |
Commands in R |
Commands in S |
Commands in T |
Commands in U |
Commands in W |
Commands in Y |
More about Linux |
Feedback |
|
|
|
| |
|
|
Topic |
What is Linux finger Command?
|
|
Explanation |
finger COMMAND:
finger command displays the user's login name, real name, terminal name and write status (as a ''*'' after the terminal name if write permission is denied), idle time, login time, office location and office phone number..
SYNTAX:
The Syntax is
finger [-lmsp] [user ...] [user@host ...]
OPTIONS:
| - l |
Prints all the information described by -s option and also the user's home directory, home phone number, login shell, mail status, and the contents of the files ".plan",".project",".pgpkey", and ".forward" from the users home directory.
|
| - m |
Match arguments only on user name (not first or last name). |
| - p |
Supress the prinitng format of -l, It will not display the contents of ".plan",".project", and ".pgkey" files. |
| - s |
Prints the output in short format. |
EXAMPLE:
- To Print the user information in short format:
finger -s hiox
Login Name Tty Idle LoginTime Office OfficePhone
HIOX HIOX INDIA *:0 Sep 14 09:07
HIOX HIOX INDIA *pts/0 9 Sep 14 09:08
HIOX HIOX INDIA *pts/1 1:29 Sep 14 09:12
finger command prints the user information as user's login name, real name, terminal name and write status, idle time, login time, office location and office phone number.
|
Find LINUX Commands... Hope you enjoy this tutorial. We welcome your Valuable feedbacks or suggestions on this LINUX / UNIX cmd reference. This is a copyright content.
|
|
|
|