To create the tools directory
"root@jarvis:/home/tony# mkdir -v $LFS/tools"
If needed, to delete the tools directory
"root@jarvis:/home/tony# rm -rf $LFS/tools"
To create the symlink
"root@jarvis:/home/tony# ln -sv $LFS/tools /"
If needed, to delete the symlink
"root@jarvis:/home/tony# rm -rf /tools"