Questions tagged [finger]

10 questions
13
votes
2 answers

What is `plan` for users?

Sometimes, I use finger - and I can't help but notice that when I specify a user: finger admin - The last thing the output says is: No Plan. What does that mean? Where can I find out more about this - ?
rm-vanda
  • 277
  • 1
  • 2
  • 10
2
votes
0 answers

Can I see finger's user name in htop?

top/htop show userids. On our shared HPC, these are cryptic. I then need to manually do finger to figure out who the user is. Is there a way of getting top or htop to include this information right away? Thanks!
Yannick Wurm
  • 121
  • 3
1
vote
1 answer

Prevent `finger` from giving out mail info

To quote from finger's man page Mail status is shown as No Mail.'' if there is no mail at all, Mail last read DDD MMM ## HH:MM YYYY (TZ)'' if the person has looked at their mailbox since new mail arriving, or New mail …
rath
  • 209
  • 1
  • 7
1
vote
0 answers

I want to make my own finger command without finger command , Help?

without using finger command ,This command will display the login name, full name, home directory, and default shell for each of the names given on the command line. If one of the names is not found it should display an error message. If its is…
Vivian
  • 11
  • 4
0
votes
1 answer

Do 'finger' and 'pinky' always show all users currently logged in?

I've been playing around on my university's system and I noticed that sometimes the lists of logged in users I get from finger and pinky appear incomplete. For one thing, there were times when a friend sitting right next to me was logged in but I…
Isaac D. Cohen
  • 213
  • 1
  • 9
0
votes
2 answers

Solaris 11 and samba4 in non-standard dir, works all except finger

The Oracle packaged version of samba gave me some problems(error with krb5 and no join with AD samba4 server). So I recompile by myself using IPS the latest version of samba(4.3.13). After 30 minutes of compilation, my samba4 is installed. All works…
elbarna
  • 12,050
  • 22
  • 92
  • 170
0
votes
1 answer

Giving a home directory a specific "bit set" using chmod

the finger man page says I need to use chmod to give the home directory the "other-users-execute bit set", in order to restrict finger requests to only those that original from the local host as a security measure,but I cant find that in the chmod…
Adam Ledger
  • 181
  • 1
  • 10
0
votes
2 answers

How could I find the Plan command?

I tried finger and find a Plan $ finger $USER Login: me Name: me Directory: /Users/me Shell: /usr/local/bin/bash On since Tue Nov 13 07:33 (CST) on console, idle 1 day 9:44 (messages off) On since Tue Nov 13 07:33…
AbstProcDo
  • 2,453
  • 4
  • 23
  • 55
0
votes
3 answers

Why does finger not have a non-zero return value?

I often use the return/status value of a command in scripts. I'm curious why the finger command doesn't have a return value. E.g., $ finger kevin Login: klang Name: Kevin Kang etc... Shell: /bin/bash No…
Levon
  • 11,174
  • 4
  • 45
  • 41
0
votes
1 answer

Command finger doesn't display .plan

If I have a .plan but finger doesn't show it, does that mean that something is wrong with my system? uname -a Linux share-02.csc.kth.se 4.4.0-83-generic #106-Ubuntu SMP Mon Jun 26 17:54:43 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux output of $ ls -dl…
Niklas Rosencrantz
  • 4,112
  • 6
  • 36
  • 58