shadow-utils
1.1、shadow-utils简介
是什么 ?:utilities for managing accounts and shadow password files
开发语言:C
源码仓库:https://github.com/shadow-maint/shadow
1.2、通过包管理器安装shadow-utils
操作系统包管理器安装命令
aptsudo apt-get install -y shadow-utils
CentOSyumsudo yum install -y shadow-utils
dnfsudo dnf install -y shadow-utils
openSUSEzyppersudo zypper install -y shadow-utils
Alpine Linuxapksudo apk add shadow-utils

Arch Linux

ArcoLinux

Manjaro Linux

pacmansudo pacman -Syyu --noconfirm
sudo pacman -S    --noconfirm shadow-utils
Gentoo LinuxPortagesudo emerge shadow
1.3、通过编译源码安装shadow-utils 

step1、安装依赖

所有时Terminal + Shell + GNU CoreUtils
下载时cURL
解压时tar + xz
编译时gmakegcc / GCC | Clang / LLVM
运行时glibc ( libc.solibdl.sold-linux-x86-64.so )

step2、使用curl命令下载shadow-utils源码包 (

curl -LO https://github.com/shadow-maint/shadow/releases/download/4.7/shadow-4.7.tar.xz

step3、使用tar解压shadow-utils源码包

tar vxf shadow-4.7.tar.xz

step4、进入shadow-4.7目录,查看查看该目录中的内容

step5、配置、编译、安装

./configure && make && sudo make install
1.4、shadow-utils中包含的命令