Questions about AIX passwd fileWhy are these accounts being locked when their passwords expire?Restoring...
Why does Kotter return in Welcome Back Kotter?
How is the claim "I am in New York only if I am in America" the same as "If I am in New York, then I am in America?
How to write a macro that is braces sensitive?
How does strength of boric acid solution increase in presence of salicylic acid?
Writing rule which states that two causes for the same superpower is bad writing
What does CI-V stand for?
If I cast Expeditious Retreat, can I Dash as a bonus action on the same turn?
Dragon forelimb placement
Why not use SQL instead of GraphQL?
What do the dots in this tr command do: tr .............A-Z A-ZA-Z <<< "JVPQBOV" (with 13 dots)
How to say job offer in Mandarin/Cantonese?
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
What do you call a Matrix-like slowdown and camera movement effect?
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
What's the output of a record cartridge playing an out-of-speed record
Python: next in for loop
Risk of getting Chronic Wasting Disease (CWD) in the United States?
What's the point of deactivating Num Lock on login screens?
What would happen to a modern skyscraper if it rains micro blackholes?
How can bays and straits be determined in a procedurally generated map?
Smoothness of finite-dimensional functional calculus
How to test if a transaction is standard without spending real money?
Minkowski space
Why do falling prices hurt debtors?
Questions about AIX passwd file
Why are these accounts being locked when their passwords expire?Restoring /etc/passwd from fileQuery on editing /etc/passwd fileWhat is the affect of executing “sudo passwd” on a system without a root account?restore root account on ubuntu running in EC2How to tell passwd to use salted passwords?CentOS Password Changecan't change NIS account password from Centos-7 client “NIS server Centos-6”IBM WebSphere Application Server SSO sets REMOTE_USER incorrectly on Cognos BI 10.2.1AIX non-expiring account lock - who is locking it?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I'm a beginner in AIX and I have 2 questions on AIX's passwd file.
- If there is a hash (#) symbol in front of a username, what does
this mean? - Correct me if I'm wrong. On the password field, if a
user has password, it will be marked with an asterisk symbol (*). If
a user does not have a password, it is marked with an exclamation
mark (!) and that the account is locked / blocked.
Thanks
aix passwd
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm a beginner in AIX and I have 2 questions on AIX's passwd file.
- If there is a hash (#) symbol in front of a username, what does
this mean? - Correct me if I'm wrong. On the password field, if a
user has password, it will be marked with an asterisk symbol (*). If
a user does not have a password, it is marked with an exclamation
mark (!) and that the account is locked / blocked.
Thanks
aix passwd
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
have you read the manpage? Or IBM's most excellent documentation (check out the "files reference" section, or search)? The answer to at least one of your questions is in the documentation - The other may be as well...
– voretaq7
Jul 10 '12 at 3:37
add a comment |
I'm a beginner in AIX and I have 2 questions on AIX's passwd file.
- If there is a hash (#) symbol in front of a username, what does
this mean? - Correct me if I'm wrong. On the password field, if a
user has password, it will be marked with an asterisk symbol (*). If
a user does not have a password, it is marked with an exclamation
mark (!) and that the account is locked / blocked.
Thanks
aix passwd
I'm a beginner in AIX and I have 2 questions on AIX's passwd file.
- If there is a hash (#) symbol in front of a username, what does
this mean? - Correct me if I'm wrong. On the password field, if a
user has password, it will be marked with an asterisk symbol (*). If
a user does not have a password, it is marked with an exclamation
mark (!) and that the account is locked / blocked.
Thanks
aix passwd
aix passwd
asked Jul 9 '12 at 15:05
John DoeJohn Doe
1
1
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 14 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
have you read the manpage? Or IBM's most excellent documentation (check out the "files reference" section, or search)? The answer to at least one of your questions is in the documentation - The other may be as well...
– voretaq7
Jul 10 '12 at 3:37
add a comment |
have you read the manpage? Or IBM's most excellent documentation (check out the "files reference" section, or search)? The answer to at least one of your questions is in the documentation - The other may be as well...
– voretaq7
Jul 10 '12 at 3:37
have you read the manpage? Or IBM's most excellent documentation (check out the "files reference" section, or search)? The answer to at least one of your questions is in the documentation - The other may be as well...
– voretaq7
Jul 10 '12 at 3:37
have you read the manpage? Or IBM's most excellent documentation (check out the "files reference" section, or search)? The answer to at least one of your questions is in the documentation - The other may be as well...
– voretaq7
Jul 10 '12 at 3:37
add a comment |
1 Answer
1
active
oldest
votes
The hash in front of a username means that the user effectively does not exist. This is a TERRIBLE way to remove a user though. If you want to remove user, make sure you use rmuser. If you want to lock an account do chuser account_locked=true.
This is incorrect.
To see if a user has a password or not, check /etc/security/passwd. If there is no password hash underneath the users name, then they do not have a password set. To check to see if a user is locked, do lsuser <user>
and look for account_locked.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f406063%2fquestions-about-aix-passwd-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The hash in front of a username means that the user effectively does not exist. This is a TERRIBLE way to remove a user though. If you want to remove user, make sure you use rmuser. If you want to lock an account do chuser account_locked=true.
This is incorrect.
To see if a user has a password or not, check /etc/security/passwd. If there is no password hash underneath the users name, then they do not have a password set. To check to see if a user is locked, do lsuser <user>
and look for account_locked.
add a comment |
The hash in front of a username means that the user effectively does not exist. This is a TERRIBLE way to remove a user though. If you want to remove user, make sure you use rmuser. If you want to lock an account do chuser account_locked=true.
This is incorrect.
To see if a user has a password or not, check /etc/security/passwd. If there is no password hash underneath the users name, then they do not have a password set. To check to see if a user is locked, do lsuser <user>
and look for account_locked.
add a comment |
The hash in front of a username means that the user effectively does not exist. This is a TERRIBLE way to remove a user though. If you want to remove user, make sure you use rmuser. If you want to lock an account do chuser account_locked=true.
This is incorrect.
To see if a user has a password or not, check /etc/security/passwd. If there is no password hash underneath the users name, then they do not have a password set. To check to see if a user is locked, do lsuser <user>
and look for account_locked.
The hash in front of a username means that the user effectively does not exist. This is a TERRIBLE way to remove a user though. If you want to remove user, make sure you use rmuser. If you want to lock an account do chuser account_locked=true.
This is incorrect.
To see if a user has a password or not, check /etc/security/passwd. If there is no password hash underneath the users name, then they do not have a password set. To check to see if a user is locked, do lsuser <user>
and look for account_locked.
answered Jul 26 '12 at 19:58
awojoawojo
17415
17415
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f406063%2fquestions-about-aix-passwd-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
have you read the manpage? Or IBM's most excellent documentation (check out the "files reference" section, or search)? The answer to at least one of your questions is in the documentation - The other may be as well...
– voretaq7
Jul 10 '12 at 3:37