随笔分类 -  Shell

摘要:# Function to generate random passwd (with number, upper case, lower case and special character) gen_random_passwd() { while true do TMPPASSWD=`head / 阅读全文
posted @ 2021-10-07 15:33 特洛伊Troy 阅读(107) 评论(0) 推荐(0)