💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 13.10 参考资料与延伸阅读 * [[1]](#ac1)最完整与详细的密码档说明,可参考各 distribution 内部的 man page。 本文中以 CentOS 7.x 的“ man 5 passwd ”及“ man 5 shadow ”的内容说明; * [[2]](#ac2)MD5, DES, SHA 均为加密的机制,详细的解释可参考维基百科的说明: * MD5:[http://zh.wikipedia.org/wiki/MD5](http://zh.wikipedia.org/wiki/MD5) * DES:[http://en.wikipedia.org/wiki/Data_Encryption_Standard](http://en.wikipedia.org/wiki/Data_Encryption_Standard) * SHA家族:[https://en.wikipedia.org/wiki/Secure_Hash_Algorithm](https://en.wikipedia.org/wiki/Secure_Hash_Algorithm)在早期的 Linux 版本中,主要使用 MD5 加密演算法,近期则使用 SHA512 作为默认演算法。 * [[3]](#ac3)telnet 与 ssh 都是可以由远端用户主机连线到 Linux 服务器的一种机制!详细数据可查询鸟站文章: 远端连线服务器:[http://linux.vbird.org/linux_server/0310telnetssh.php](http://linux.vbird.org/linux_server/0310telnetssh.php) * [[4]](#ac4)详细的说明请参考 man sudo ,然后以 5 作为关键字搜寻看看即可了解。 * [[5]](#ac5)详细的 PAM 说明可以参考如下链接: 维基百科:[http://en.wikipedia.org/wiki/Pluggable_Authentication_Modules](http://en.wikipedia.org/wiki/Pluggable_Authentication_Modules) Linux-PAM网页: [http://www.kernel.org/pub/linux/libs/pam/](http://www.kernel.org/pub/linux/libs/pam/) 2002/05/15:第一次完成 2003/02/10:重新编排与加入 FAQ 2005/08/25:加入一个大量创建帐号的实例,简单说明一下而已! 2005/08/29:将原本的旧文放置到 [此处](http://linux.vbird.org/linux_basic/0410accountmanager/0410accountmanager.php) 2005/08/31:因为 [userconf](http://linux.vbird.org/linux_basic/0410accountmanager/0410accountmanager.php#userconf) 已经不再这么好用了,使用指令模式比较简单,所以,将他拿掉了~ 2005/09/05:终于将大量创建帐号的那支程序写完了~真是高兴啊! 2006/03/02:更新使用者 UID 号码,由 65535 升级到 2^32-1 这么大! 2007/04/15:原本写的 /etc/pam.d/limits.conf 错了!应该是 [/etc/security/limits.conf](../Text/index.html#20070415) 才对! 2008/04/28:sudo 关于密码重新输入的部分写错了!已经更新,在[这里](../Text/index.html#20080426)查阅看看。感谢网友 superpmo 的告知! 2009/02/18:将基于 FC4 版本的旧文章移动到 [此处](http://linux.vbird.org/linux_basic/0410accountmanager/0410accountmanager-fc4.php)。 2009/02/26:加入 [chage](../Text/index.html#chage) 以及“ chage -d 0 帐号”的功能! 2009/02/27:加入 [acl](../Text/index.html#acl_talk) 的控制项目! 2009/03/04:加入一个简单的帐号新增范例,以及修改原本的帐号新增范例! 2009/04/28:取消 sudo 内的 -c 选项功能说明!之前说的是错的~ 2009/09/09:加入一些仿真题,修改一些语词的用法。 2010/04/27:[情境仿真第三步骤的程序脚本错了](../Text/index.html#20100427)!原本是:“useradd -G youcan -s -m $username”!感谢 [linux_task](http://phorum.vbird.org/viewtopic.php?f=10&t=33387&start=38) 兄的说明呢! 2015/07/17:将旧的基于 CentOS 5 的版本备份到[这里](http://linux.vbird.org/linux_basic/0410accountmanager//0410accountmanager-centos5.php)。 2015/07/27:忘记加入 authconfig-tui 的说明!今日补上!