• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/5

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

5 Cards in this Set

  • Front
  • Back
what command would you use to set a users password flag to NOCHECK?
pwdadm -f NOCHECK {username}
how can you tell what groups a user belongs to?
with the command:
groups [username]
where (what file) can you change password restrictions in aix?
in the pw_restrictions stanza of file /etc/security/login.cfg
which command would you use to add a user?
rmuser -p {username}
how can you disable password restrictions for a specific user?
set flags to NOCHECK in the /etc/security/passwd file.