>When I run ln -s command but it is not taking $SYSNAME but it is taking
SYSTEM/etc



The $ is a meta character to the shell; it asks the shell to replace the 
variable following the $ with the valur of the variable. If you want to keep 
the $ as $, you need to escape it by preceeding it with he backslash.


ls -s  /\$SYSNAME/etc /MaintP21/etc
--
Peter Hunkeler

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to