随笔分类 -  Linux

摘要:[root@localhost rooto]# cat /etc/pam.d/system-auth # Generated by authselect on Thu Apr 8 04:12:37 2021 # Do not modify this file manually. auth requi 阅读全文
posted @ 2021-04-19 14:16 雨中的蜗牛 阅读(2085) 评论(0) 推荐(0)
摘要:cat /etc/shadow /etc/shadow 文件,用于存储 Linux 系统中用户的密码信息,又称为“影子文件”。 /etc/shadow 文件,只有 root 用户拥有读取权限,其他用户没有任何权限,这样就保证了用户密码的安全性。 文件中每行代表一个用户,使用 ":" 作为分隔符,每行 阅读全文
posted @ 2021-04-19 10:59 雨中的蜗牛 阅读(2103) 评论(0) 推荐(0)