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

How to change the root password in linux when it is forgotten/to change

This blog is all about changing the root password of the Linux system when it is forgotten or to reset the password...   Let's get it ...