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
PWD(1) User Commands PWD(1)NAME
pwd - print name of current/working directory
SYNOPSIS
pwd [OPTION]...
DESCRIPTION
Print the full filename of the current working directory.
-L, --logical
use PWD from environment, even if it contains symlinks
-P, --physical
avoid all symlinks
--help display this help and exit
--version
output version information and exit
If no option is specified, -P is assumed.
NOTE: your shell may have its own version of pwd, which usually supersedes the version described here. Please refer to your shell's docu-
mentation for details about the options it supports.
AUTHOR
Written by Jim Meyering.
REPORTING BUGS
GNU coreutils online help: <http://www.gnu.org/software/coreutils/>
Report pwd 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 getcwd(3)
Full documentation at: <http://www.gnu.org/software/coreutils/pwd>
or available locally via: info '(coreutils) pwd invocation'
GNU coreutils 8.28 January 2018 PWD(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)