Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

logname(1) [centos man page]

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 GNU coreutils online help: <http://www.gnu.org/software/coreutils/> Report logname translation bugs to <http://translationpro- ject.org/team/> AUTHOR
Written by FIXME: unknown. COPYRIGHT
Copyright (C) 2013 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
The full documentation for logname is maintained as a Texinfo manual. If the info and logname programs are properly installed at your site, the command info coreutils 'logname invocation' should give you access to the complete manual. GNU coreutils 8.22 June 2014 LOGNAME(1)

Check Out this Related Man Page

PRINTENV(1)							   User Commands						       PRINTENV(1)

NAME
printenv - print all or part of environment SYNOPSIS
printenv [OPTION]... [VARIABLE]... DESCRIPTION
Print the values of the specified environment VARIABLE(s). If no VARIABLE is specified, print name and value pairs for them all. -0, --null end each output line with 0 byte rather than newline --help display this help and exit --version output version information and exit NOTE: your shell may have its own version of printenv, which usually supersedes the version described here. Please refer to your shell's documentation for details about the options it supports. GNU coreutils online help: <http://www.gnu.org/software/coreutils/> Report printenv translation bugs to <http://translationpro- ject.org/team/> AUTHOR
Written by David MacKenzie and Richard Mlynarik. COPYRIGHT
Copyright (C) 2013 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
The full documentation for printenv is maintained as a Texinfo manual. If the info and printenv programs are properly installed at your site, the command info coreutils 'printenv invocation' should give you access to the complete manual. GNU coreutils 8.22 June 2014 PRINTENV(1)
Man Page

7 More Discussions You Might Find Interesting

1. HP-UX

logname error

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)
Discussion started by: dhlopomo
0 Replies

2. Shell Programming and Scripting

Python and logname

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)
Discussion started by: dave100
4 Replies

3. UNIX for Dummies Questions & Answers

help programming for lognames

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)
Discussion started by: umapearl
1 Replies

4. AIX

How to make LOGNAME writeable? It is set as READONLY in .profile

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)
Discussion started by: gurubbc
1 Replies

5. UNIX for Dummies Questions & Answers

LOGNAME

LOGNAME = 'id | awk '{begpos = index($0,"(") Endpos = index($ 0,")") print substr($0,begpos+1,endpos-begpos-1) }'; export LOGNAME -bash: syntax error near unexpected token `(' I am getting this error (5 Replies)
Discussion started by: sravani
5 Replies

6. Shell Programming and Scripting

Unix $USER and $LOGNAME environment variables

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)
Discussion started by: royalibrahim
7 Replies

7. Shell Programming and Scripting

UNIX $USER and $LOGNAME environment variables

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)
Discussion started by: lsatenstein
3 Replies