当前位置:  技术问答>linux和unix

/etc/profile 中 export 无效

    来源: 互联网  发布时间:2017-04-19

    本文导语:  在末尾追加 export JAVA_HOME=/opt/devtools/jdk/jdk1.6/ 不起作用 下面是/etc/profile 文件内容 ------------------------------------------------------------------------ # /etc/profile: system-wide .profile file for the Bourne shell (sh(1)) # and Bourne comp...

在末尾追加 export JAVA_HOME=/opt/devtools/jdk/jdk1.6/ 不起作用

下面是/etc/profile 文件内容
------------------------------------------------------------------------
# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

if [ "$PS1" ]; then
  if [ "$BASH" ] && [ "$BASH" != "/bin/sh" ]; then
    # The file bash.bashrc already sets the default PS1.
    # PS1='h:w$ '
    if [ -f /etc/bash.bashrc ]; then
      . /etc/bash.bashrc
    fi
  else
    if [ "`id -u`" -eq 0 ]; then
      PS1='# '
    else
      PS1='$ '
    fi
  fi
fi

# The default umask is now handled by pam_umask.
# See pam_umask(8) and /etc/login.defs.

if [ -d /etc/profile.d ]; then
  for i in /etc/profile.d/*.sh; do
    if [ -r $i ]; then
      . $i
    fi
  done
  unset i
fi

export JAVA_HOME=/opt/devtools/jdk/jdk1.6/
------------------------------------------------------------------------
请大侠们多多指点!

|
export JAVA_HOME=/opt/java/jdk1.6.0_45
export CLASSPATH=.:$JAVA_HOME/jre/lib/rt.jar:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar
export PATH=$JAVA_HOME/bin:$PATH

    
 
 

您可能感兴趣的文章:

  • 我在/etc/profile文件后面加上一段内容后,系统不能正常启动,也不能进入bash使用vi,ed,emacs,mv等指令,请问我怎么把/etc/profile文件内
  • 能不能在用shell对/etc/profile进行编程时,知道调用profile的程序名
  • /etc/profile与/etc/bashrc,用户目录下.bashrc的区别
  • 关于etc/profile的问题
  • Ubuntu中通过$ vi /etc/profile添加环境变量,怎么保存?
  • source /etc/profile 与程序的稳定性
  • 我使用的是root用户登陆,但却不能编辑/etc/profile文件,该如何解决。
  • 无法修改vi /etc/profile
  • [root@fedora ~]# find /etc profile 为什么提示找不到该文件
  • shell 脚本 如何添加环境变量到/etc/profile
  • 修改/etc/profile后如何能立即生效?
  • 关于linux vi /etc/profile命令
  • linux /etc/profile/ 修改后不能登录系统 java环境变量设置 无法保存
  • 修改/etc/profile 后出现shell命令无法识别
  • 我修改了/etc/profile文件中的classpath变量,用什么方式使之生效
  • 请问初试加载环境变量的文件除了/etc/profile还有哪个
  • Ubuntu用gedit编辑/etc/profile时出现的问题
  • /etc/profile中的一些问题
  • ubuntu 11修改etc/profile 文件无法gui登录
  • source /etc/profile没有发现命令
  • linux NFS安装配置及常见问题、/etc/exports配置文件、showmount命令
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请问/etc/init.d和/etc/rc.d/init.d的区别?
  • /etc/rc.d/init.d和/etc/init.d有联系?区别?
  • 关于/etc下文件与/etc/rc.d下的文件
  • lilo的问题,装上后/etc下没有lilo.conf,我在机子上找子个,放有/etc下,修改部分参数,运行lilo,提示错误!
  • /etc/resolv.conf 和 /etc/sysconfig/network-scripts/ifcfg-eth0 里的DNS不一致为什么呢?高手指点一下
  • 为什么我没有/etc/inetd.conf这个文件。
  • FreeBSD编辑/etc/rc.conf出现permission denied
  • /etc/hosts这个文件有啥用?
  • linux /etc/security/*
  • etc-linux文件的作用
  • 编辑/etc/crontab来启动任务的问题!!!
  • redhat7.0的/etc/inetd.conf没有了?
  • 同时配置两个DNS怎么写/etc/resolv.conf文件 ?
  • linux /etc/sudoers权限修改
  • 请问我的ubuntu怎么没有 /etc目录啊?
  • /etc/rc.local开机自动挂载失败
  • 装了redhat7,在/etc里没有inetd.conf文件,谁见过这咋整
  • 求救:Redhat linux 9锁定文件 /etc/passwd 失败
  • 虚拟机Linux下使用编辑/etc/auto.master的问题
  • cat /etc/lilo.conf 相关问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,