Linux - Managing User Passwords

Поделиться
HTML-код
  • Опубликовано: 25 июн 2024
  • This video covers working with passwd, usermod, and chage to manage passwords and related settings on individual accounts as well as changing the global defaults.
    0:00 Intro
    0:12 Reset passwords
    1:06 Get account password status
    3:17 Delete password/set to blank password
    4:01 Force password change at next logon
    4:42 Disable password authentication on an account
    5:28 Enable password authentication on an account
    6:06 Expire/disable an account with usermod
    6:45 Restore an expired/disabled account with usermod
    7:23 Overview of chage command
    8:44 Managing default account password settings with login.defs
    9:51 Adjusting values
    #learnlinux #linux #linuxforbeginners #linuxskills #linuxcommandline #linuxterminal #linuxtutorials #passwd #password #passwordreset #usermod #chage #linuxpasswords
  • НаукаНаука

Комментарии • 4

  • @SouthFacedWindows
    @SouthFacedWindows 6 дней назад +1

    Nice one. Very informative and helpful.

  • @user-cl8ik9kt9e
    @user-cl8ik9kt9e 20 дней назад

    From the name of the video I was expecting a tutorial on how to use the UNIX pass command to manage passwords. Please make a video on this, especially how to backup the pass password without using git, and restore the backed up passwords.

    • @x80nix
      @x80nix  20 дней назад

      I'll look into it and consider doing a video. I've always used gpg to accomplish this.

    • @user-cl8ik9kt9e
      @user-cl8ik9kt9e 20 дней назад

      @@x80nix thanks