⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 passwd

📁 pwdutils是一套密码管理工具
💻
字号:
# This file contains some information for# the passwd (1) command and other tools# creating or modifying passwords.# Define default crypt hash. This hash will be# used, if there is no hash for a special service# the user is stored in.# CRYPT={des,md5,blowfish}CRYPT=md5# Use another crypt hash for group passwowrds.# This is used by gpasswd, fallback is the CRYPT entry.# GROUP_CRYPT=des# We can override the default for a special service# by appending the service name (FILES, YP, NISPLUS, LDAP)# for local files, use a more secure hash. We# don't need to be portable here:CRYPT_FILES=blowfish# sometimes we need to specify special options for# a hash (variable is prepended by the name of the# crypt hash).BLOWFISH_CRYPT_FILES=5# For NIS, we should always use DES:CRYPT_YP=des

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -