Saturday, December 26, 2020

Chapter 10 : Switching to lfs User

Hi,

In this post/chapter we are going to switch the user from the one we logged in to "lfs" user and from now on all the operations should be performed as "lfs" user.

To swith user, use the following command...

$ su - lfs

The above command would prompt you to provide the password associated with the user, provide the one associated with user.




No comments:

Post a Comment

Changing the password of the root user of mysql in Ubuntu

Hi all,    In this post we are going to see how to reset the password of root user in mysql As we all know the root user of mysql is some...