I explain to them, From TC liveCD I need that a program has access to a folder that CD is inside the liveCD.
the solution for that is to create a symlink to the folder inside liveCD
The problem is that it depends on in that PC places the liveCD as him is called the folder that contains the CD, in some PC, inside mnt the liveCd calls hdc, in others sd0, etc.
then I want to create a script who looks for the folder that is called ROMS inside mnt and that automatically a symlink does and locates it in ~/
for that I manage to find the folder ROMS inside mnt with this command:
find/mnt -name roms
but not as directing this information to the command lm to create a symlink
how might it to do it???
==============================================================
Les explico, Desde TC liveCD necesito que un programa tenga acceso a una carpeta que esta dentro del live CD.
la solucion para eso es crear un symlink a la carpeta dentro liveCD
El problema es que depende de en que PC coloque el liveCD el como se llama la carpeta que contiene el CD, en algunos PC, dentro de mnt el liveCd se llama hdc, en otros sd0, etc.
entonces quiero crear un script que busque la carpeta que se llama ROMS dentro de mnt y que automaticamente haga un symlink y lo ubique en ~/
para eso logro encontrar la carpeta ROMS dentro de mnt con este comando:
find /mnt -name roms
pero no se como dirigir esa informacion al comando lm para crear un symlink
como podria hacerlo