文件操作 - cracklib-format
返回文件管理
返回主菜单
删除本文件
文件: /usr/sbin/cracklib-format
编辑文件内容
#!/bin/sh # # This preprocesses a set of word lists into a suitable form for input # into cracklib-packer # LC_ALL=C export LC_ALL gzip -cdf "$@" | grep -a -E -v '^.{32,}$' | tr '[:upper:]' '[:lower:]' | tr -cd '\n[:graph:]' | sort -u
修改文件时间
将文件时间修改为当前时间的前一年
删除文件