connect to user

Locking and Disabling User Accounts in Linux

Locking and Disabling User Accounts in Linux   1. Locking the user account To lock a user account use the command usermod -L or passwd -l. Both the commands adds…

Read More

CONNECT TO USER WITHOUT KNOWING PASSWORD

We can connect to another user without knowing the password, with grant connect through privilege In this case a user TEST1 wants to connect to TEST2 user and create a…

Read More