LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Not A Valid Identifier (https://www.linuxquestions.org/questions/linux-software-2/not-a-valid-identifier-854187/)

jetsons 01-04-2011 01:16 PM

Not A Valid Identifier
 
Hi,

I am on a shared server and need to move some paths around so that I can install some programs. I have no root directory permissions. I am very limited on commands. Anyone know how to make this work? If there is a better way please suggest

wrote into command line


$ export ld.so.cache=$HOME/etc

result

-bash: export: `ld.so.cache=/home/data/z/mq/user/etc': not a valid identifier


Thanks

catkin 01-04-2011 01:28 PM

The syntax is export variable_name=value. The error is because bash variable names cannot include the . character.

The export command has nothing to do with "moving paths around". The mv command is used for that.


All times are GMT -5. The time now is 09:10 PM.