Saturday, December 26, 2020

Chapter 9 : Creating Symbolic links to tools folder

 Hi,

In this chapter we are going to create a symbolic link to "tools" folder.

To create a link, use the commands below..


$ cd $LFS
$ sudo ln -sv $LFS/tools/



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...