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

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