Linux
Linux 사용자 확인 및 삭제
Mr.Ban
2022. 7. 11. 16:48
# 사용자 홈 디렉토리 확인
ls /home/
# 사용자 설정 파일
cat /etc/passwd
# temp 사용자 삭제 (홈 디렉토리 포함)
userdel -g temp