我知道您可以使用useradd命令设置过期,但我不知道如何在过期时删除用户及其关联文件的下一步.
是否有捷径可寻?
谢谢!
cat <<EOF | at now + 2 days userdel -f -r $username EOF
在添加帐户时,还需要设置帐户到期时间作为额外保险.