FREQUENTLY ASKED QUESTIONS (Linux)
Q: How to remove a user password in linux ?
Removing a user password of a user account in Linux operating systems like Redhat, CentOS, Fedora, Ubuntu, Debian, etc. After removing the password of a user account, that user cannot login to the system without a password.
Command Usage: (Redhat, CentOS, Redhat, Ubuntu)
Q: How to remove a user password in linux ?
Removing a user password of a user account in Linux operating systems like Redhat, CentOS, Fedora, Ubuntu, Debian, etc. After removing the password of a user account, that user cannot login to the system without a password.
Command Usage: (Redhat, CentOS, Redhat, Ubuntu)
# passwd -d <username>
Command Example:
Command Example:
[root@server ~]# passwd -d james
0 comments:
Post a Comment