Greetings all,
In the freshly installed Fedora 12 , i installed java and maven and added following files into /etc/profile.d folder:
java.sh
Code:
export JAVA_HOME=/opt/jdk1.6
export PATH=$JAVA_HOME/bin:$PATH
maven.sh
Code:
export MAVEN_HOME=/opt/maven
export PATH=$MAVEN_HOME/bin:$PATH
now when i try to login to "root" accoumt giving "su" command , it gives me the error :
Quote:
|
bash: /root: is a directory
|
what sees to be the problem ?
thanks