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

Installing Python and Creating Virtual Environment for Pip for package installations in Ubuntu

Hi, In this post we are going to look at how to install Python and PIP and installing packages in virtual environments.. Without wasting...