摘要: NIS,网络信息服务 用于集中保存linux用户的资料信息,如账号密码、用户组、hosts文件、services等等 /etc/passwd 提供使用者帐号、UID、GID、家目录所在、Shell 等等 /etc/group 提供群组资料以及 GID 的对应,还有该群组的加入人员 /etc/host 阅读全文
posted @ 2021-01-29 11:01 阿伦·艾弗森 阅读(80) 评论(0) 推荐(0)
摘要: #!/bin/bash #### Contents of the preconfiguration file ### Localization # Locale sets language and country. d-i debian-installer/locale string en_US # 阅读全文
posted @ 2021-01-20 10:13 阿伦·艾弗森 阅读(353) 评论(0) 推荐(0)