cecgw什么邮箱,cecsec企业邮箱
shell技巧:通过uid获取用户名
# getent passwd 1000
cecgw:x:1000:1000:cecgw,,,:/home/cecgw:/bin/bash
# getent passwd 1000|cut -d : -f 1
cecgw
# getent passwd 1000|awk -F : '{print $1}'
cecgw
62
5
2022-10-01
破解系统