Creating a user in Unix
Back to basics today. Creating a user and setting their password.
useradd test
passwd test
Back to basics today. Creating a user and setting their password.
useradd test passwd test
Back to basics today. Creating a user and setting their password.
useradd test passwd test