Sponsored Content
Full Discussion: What to change my username
Contact Us Post Here to Contact Site Administrators and Moderators What to change my username Post 302113845 by reborg on Tuesday 10th of April 2007 04:05:04 PM
Old 04-10-2007
You can't, an administrator can, but it was decided my the moderators and administrators previously that we would only allow username changes for memebrs with an established record of contribution, and as a general rule 200+ posts.

You can of course create a new account with your desired username, with only 6 posts including the one here in almost two years, is assume that it wouldn't casue you any problem to start again.
 

9 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Username change

Hello Moderator, My login name is govindts. I wanted to rename this login id to shrinika Would you be able to do this? Thanks (1 Reply)
Discussion started by: govindts
1 Replies

2. Post Here to Contact Site Administrators and Moderators

Change Username

Hello, I'd like to change my username if possible. The reason is that it is my actual name, and I'd like to remove it from search engines. If it is possible, I'd like to change it to creeps. Thanks in advance! (1 Reply)
Discussion started by: cezar.elnazli
1 Replies

3. Post Here to Contact Site Administrators and Moderators

Change username

Hi.. I want to change my username, is there any way by which I can do it? Thanks in advance.. (3 Replies)
Discussion started by: laxmi Sharma
3 Replies

4. Emergency UNIX and Linux Support

Change username in XSCF

Hi All, I have SPARC T4-4 connected with XSCF console. By mistake console user name is set to "root" instead of "sunadmin" (This is what we keep as standard). How can I change it ? Please help me -> show /SP/users/root /SP/users/root Targets: ssh Properties: role... (1 Reply)
Discussion started by: solaris_1977
1 Replies

5. Post Here to Contact Site Administrators and Moderators

Wanna change my username

Hi team, I want to change my username.. I tried in the edit option but i can't get it.. Can u help me.? (1 Reply)
Discussion started by: Adhi
1 Replies

6. Post Here to Contact Site Administrators and Moderators

Is it possible to change my username?

I know username is the unique id for my unix_dot_com account, but is it possible change it ? should i raise any special request to moderators ? (2 Replies)
Discussion started by: Arun_Linux
2 Replies

7. Post Here to Contact Site Administrators and Moderators

How to change my username?

Moderators, I want to change my username. I tried but unable to find a way to do that. Can you please assist? Thanks & Regards Abedi (1 Reply)
Discussion started by: katherine2008
1 Replies

8. Post Here to Contact Site Administrators and Moderators

Change of username

Hi, I'd like to change my username..... is there a mechanism to do this or can you do it? (1 Reply)
Discussion started by: Martincorneuk
1 Replies

9. Post Here to Contact Site Administrators and Moderators

Do I need to change my Username/PW?

After mis-typing my password once, I logged in. And after the "welcome Clovis_Sangrail" message displayed for a little less than a second, the display changed to a screen to recover my username and/or my password (it prompted for an email address). Clearly, I don't need to do that. Maybe... (1 Reply)
Discussion started by: Clovis_Sangrail
1 Replies
TTYACTION(3)						   BSD Library Functions Manual 					      TTYACTION(3)

NAME
ttyaction -- ttyaction utility function LIBRARY
System Utilities Library (libutil, -lutil) SYNOPSIS
#include <util.h> int ttyaction(char *ttyname, char *action, char *username); DESCRIPTION
The ttyaction() function is used by login(1), getty(8), telnetd(8) and rlogind(8) to execute site-specific commands when a login session begins and ends. The ttyaction() function scans the /etc/ttyaction file for any records that match the current ttyname and action parameters, and for each matching record, runs the shell command shown in that record. The record format is described in ttyaction(5). The parameter username is the name of the new owner of the ttyname device. Note that the ttyname parameter may be passed as a fully qualified pathname, and the ttyaction() function will skip the leading "/dev/" part of the string. (This is a convenience for login and getty.) RETURN VALUES
ttyaction() returns the status of the last command it executed, or zero if no matching commands were found. FILES
/dev/* /etc/ttyaction SEE ALSO
ttyaction(5) AUTHORS
Gordon W. Ross <gwr@NetBSD.org>, Chris G. Demetriou <cgd@NetBSD.org>, Ty Sarna <tsarna@NetBSD.org>. BUGS
There should be some other mechanism to allow selection of different access control policies on a per-line basis. It has been suggested that the same ttyaction() mechanism should also be used for determining access control, but it was decided (after much discussion) that ttyaction() should only describe actions to be performed after the system has decided to change the ownership of some tty. Access control policies will be handled by a separate mechanism. BSD
May 4, 2010 BSD
All times are GMT -4. The time now is 09:25 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy