LOGNAME(1) User Commands LOGNAME(1)NAME
logname - print user's login name
SYNOPSIS
logname [OPTION]
DESCRIPTION
Print the name of the current user.
--help display this help and exit
--version
output version information and exit
AUTHOR
Written by FIXME: unknown.
REPORTING BUGS
GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Report logname translation bugs to <http://translationproject.org/team/>
COPYRIGHT
Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
SEE ALSO
Full documentation at: <http://www.gnu.org/software/coreutils/logname>
or available locally via: info '(coreutils) logname invocation'
GNU coreutils 8.28 January 2018 LOGNAME(1)
Check Out this Related Man Page
GROUPS(1) User Commands GROUPS(1)NAME
groups - print the groups a user is in
SYNOPSIS
groups [OPTION]... [USERNAME]...
DESCRIPTION
Print group memberships for each USERNAME or, if no USERNAME is specified, for the current process (which may differ if the groups database
has changed).
--help display this help and exit
--version
output version information and exit
AUTHOR
Written by David MacKenzie and James Youngman.
REPORTING BUGS
GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Report groups translation bugs to <http://translationproject.org/team/>
COPYRIGHT
Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
SEE ALSO getent(1)
Full documentation at: <http://www.gnu.org/software/coreutils/groups>
or available locally via: info '(coreutils) groups invocation'
GNU coreutils 8.28 January 2018 GROUPS(1)
when we log into HP servers randomly we will get the message "logname: could not get the login name" if we open another connection we can login
we are running SSH 3.7
on OS B.11.23
this only happens on HP and only using ssh, I know there were problems like this on older ssh verisons but this... (0 Replies)
How would i do this in python
In bash i would do below and this would add the users logname to a file
This write the logname ie James to test.txt
But how would i do it in python this doesnt work below and ive tried different ways but cannot find an answer
But this just writes $(logname) to... (4 Replies)
Hi all,
I have a requirment , can anyone please guide me
Q) If the number of users are 50 or more it should print the login names of users who have logged in last 5 minutes and login names of users who have logged out in last 5 minutes.
Waiting for the reply
Thank you very much
... (1 Reply)
LOGNAME variable is set as READONLY in .profile.
I want to make it WRITEABLE so that I can modify the LOGNAME values programatically/throush shell programs.
Thanks,
Guru (1 Reply)
Hi,
I am wondering what is the difference between the USER and LOGNAME environment variables, and under what situations would they be different?
I am using Ubuntu 8.04 32-bit and I do not have 'login' command to test it. (7 Replies)
I have some comments about a previously closed topic whose name is the same as above
Omitted from the discussion was the situation with a "sudo command or sudo within a script".
There is an inconsistency between systems. On some systems $LOGNAME is invariant, on others,
on RedHat sudo... (3 Replies)