如何在 Alpine Linux 中安装 usermod
问题:
尝试在 Alpine Linux 中使用 usermod 时,你看到以下错误消息:
usermod_error.txt
-ash: usermod: not found解决方案
通过添加社区仓库并使用以下命令安装 usermod 和相关工具
install_usermod.sh
echo http://dl-2.alpinelinux.org/alpine/edge/community/ >> /etc/apk/repositories
apk add -U shadowCheck out similar posts by category:
Alpine Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow