非root用户执行export报错

export: Command not found

是因为之前做centos镜像时切换到了admin用户(whoami还是显示的是root,很诡异啊)

su切换到root用户就好了

这次写下来,下次再遇到这情况,就知道是怎么回事了

[[email protected] bin]# export histtimeformat="%f %t "
export: Command not found.
[[email protected] bin]# export
export: Command not found.
[[email protected] bin]# which export
export: Command not found.
[[email protected] bin]# fc -l
fc: Command not found.
[[email protected] bin]# pwd
/Application/Aleiye/enterprise/kafka/kafka_2.10-0.8.1.1/bin
[[email protected] bin]# pwd
/Application/Aleiye/enterprise/kafka/kafka_2.10-0.8.1.1/bin
[[email protected] bin]# which pwd
/bin/pwd
[[email protected] bin]# which export
export: Command not found.
[[email protected] bin]# export
export: Command not found.
[[email protected] bin]# w
 03:45:04 up 4 days,  9:08,  2 users,  load average: 0.08, 0.03, 0.00
USER     TTY      FROM              [email protected]   IDLE   JCPU   PCPU WHAT
root     tty1     :0               29Jul15 10days 55.45s 55.45s /usr/bin/Xorg :0 -br -verbose -audit 4 -auth /var/run/gdm/auth-for-gdm-1bQpCK/database -nolisten tcp vt1
root     pts/1    10.211.55.2      Sat13    1.00s  0.99s  0.19s w
[[email protected] bin]# who
root     tty1         2015-07-29 20:23 (:0)
root     pts/1        2015-08-08 13:47 (10.211.55.2)
[[email protected] bin]# whoami
root
[[email protected] bin]# type export
type: Command not found.
[[email protected] bin]# type
type: Command not found.
[[email protected] bin]# aaa
aaa: Command not found.
[[email protected] bin]# who
root     tty1         2015-07-29 20:23 (:0)
root     pts/1        2015-08-08 13:47 (10.211.55.2)
[[email protected] bin]# which export
export: Command not found.
[[email protected] bin]# which who
/usr/bin/who
[[email protected] bin]# which aaa
aaa: Command not found.
[[email protected] bin]# pwd
/Application/Aleiye/enterprise/kafka/kafka_2.10-0.8.1.1/bin
[[email protected] bin]# whoami
root
[[email protected] bin]# su
[[email protected] bin]# export
declare -x CLASSPATH=".:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/lib/dt.jar:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/lib/tools.jar"
declare -x CVS_RSH="ssh"
declare -x GROUP="root"
declare -x G_BROKEN_FILENAMES="1"
declare -x HADOOP_CONF="/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/etc/hadoop"
declare -x HADOOP_HOME="/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0"
declare -x HISTCONTROL="ignoredups"
declare -x HISTSIZE="1000"
declare -x HOME="/root"
declare -x HOST="aleiye"
declare -x HOSTNAME="aleiye"
declare -x HOSTTYPE="x86_64-linux"
declare -x JAVA_HOME="/Application/Aleiye/enterprise/jdk/jdk1.7.0_65"
declare -x LANG="zh_CN.UTF-8"
declare -x LESSOPEN="||/usr/bin/lesspipe.sh %s"
declare -x LOGNAME="root"
declare -x LS_COLORS="rs=0:di=38;5;27:ln=38;5;51:mh=44;38;5;15:pi=40;38;5;11:so=38;5;13:do=38;5;5:bd=48;5;232;38;5;11:cd=48;5;232;38;5;3:or=48;5;232;38;5;9:mi=05;48;5;232;38;5;15:su=48;5;196;38;5;15:sg=48;5;11;38;5;16:ca=48;5;196;38;5;226:tw=48;5;10;38;5;16:ow=48;5;10;38;5;21:st=48;5;21;38;5;15:ex=38;5;34:*.tar=38;5;9:*.tgz=38;5;9:*.arj=38;5;9:*.taz=38;5;9:*.lzh=38;5;9:*.lzma=38;5;9:*.tlz=38;5;9:*.txz=38;5;9:*.zip=38;5;9:*.z=38;5;9:*.Z=38;5;9:*.dz=38;5;9:*.gz=38;5;9:*.lz=38;5;9:*.xz=38;5;9:*.bz2=38;5;9:*.tbz=38;5;9:*.tbz2=38;5;9:*.bz=38;5;9:*.tz=38;5;9:*.deb=38;5;9:*.rpm=38;5;9:*.jar=38;5;9:*.rar=38;5;9:*.ace=38;5;9:*.zoo=38;5;9:*.cpio=38;5;9:*.7z=38;5;9:*.rz=38;5;9:*.jpg=38;5;13:*.jpeg=38;5;13:*.gif=38;5;13:*.bmp=38;5;13:*.pbm=38;5;13:*.pgm=38;5;13:*.ppm=38;5;13:*.tga=38;5;13:*.xbm=38;5;13:*.xpm=38;5;13:*.tif=38;5;13:*.tiff=38;5;13:*.png=38;5;13:*.svg=38;5;13:*.svgz=38;5;13:*.mng=38;5;13:*.pcx=38;5;13:*.mov=38;5;13:*.mpg=38;5;13:*.mpeg=38;5;13:*.m2v=38;5;13:*.mkv=38;5;13:*.ogm=38;5;13:*.mp4=38;5;13:*.m4v=38;5;13:*.mp4v=38;5;13:*.vob=38;5;13:*.qt=38;5;13:*.nuv=38;5;13:*.wmv=38;5;13:*.asf=38;5;13:*.rm=38;5;13:*.rmvb=38;5;13:*.flc=38;5;13:*.avi=38;5;13:*.fli=38;5;13:*.flv=38;5;13:*.gl=38;5;13:*.dl=38;5;13:*.xcf=38;5;13:*.xwd=38;5;13:*.yuv=38;5;13:*.cgm=38;5;13:*.emf=38;5;13:*.axv=38;5;13:*.anx=38;5;13:*.ogv=38;5;13:*.ogx=38;5;13:*.aac=38;5;45:*.au=38;5;45:*.flac=38;5;45:*.mid=38;5;45:*.midi=38;5;45:*.mka=38;5;45:*.mp3=38;5;45:*.mpc=38;5;45:*.ogg=38;5;45:*.ra=38;5;45:*.wav=38;5;45:*.axa=38;5;45:*.oga=38;5;45:*.spx=38;5;45:*.xspf=38;5;45:"
declare -x MACHTYPE="x86_64"
declare -x MAIL="/var/spool/mail/root"
declare -x MYSQL_HOME="/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64"
declare -x OLDPWD
declare -x OSTYPE="linux"
declare -x PATH="/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/scala/scala-2.11.4/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/scala/scala-2.11.4/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin"
declare -x PIG_HOME="/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0"
declare -x PWD="/Application/Aleiye/enterprise/kafka/kafka_2.10-0.8.1.1/bin"
declare -x QTDIR="/usr/lib64/qt-3.3"
declare -x QTINC="/usr/lib64/qt-3.3/include"
declare -x QTLIB="/usr/lib64/qt-3.3/lib"
declare -x REMOTEHOST="10.211.55.2"
declare -x SCALA_HOME="/Application/Aleiye/enterprise/scala/scala-2.11.4"
declare -x SELINUX_LEVEL_REQUESTED=""
declare -x SELINUX_ROLE_REQUESTED=""
declare -x SELINUX_USE_CURRENT_RANGE=""
declare -x SHELL="/bin/bash"
declare -x SHLVL="3"
declare -x SSH_ASKPASS="/usr/libexec/openssh/gnome-ssh-askpass"
declare -x SSH_CLIENT="10.211.55.2 61651 22"
declare -x SSH_CONNECTION="10.211.55.2 61651 10.211.55.10 22"
declare -x SSH_TTY="/dev/pts/1"
declare -x TERM="xterm-256color"
declare -x USER="root"
declare -x VENDOR="unknown"
[[email protected] bin]# pwd
/Application/Aleiye/enterprise/kafka/kafka_2.10-0.8.1.1/bin
[[email protected] bin]# whoami
root
[[email protected] bin]# which aa
/usr/bin/which: no aa in (/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/scala/scala-2.11.4/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/scala/scala-2.11.4/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[[email protected] bin]# which aaads
/usr/bin/which: no aaads in (/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/scala/scala-2.11.4/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/scala/scala-2.11.4/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[[email protected] bin]# which export
/usr/bin/which: no export in (/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/scala/scala-2.11.4/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/Application/Aleiye/enterprise/pig/pig-0.12.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/hadoop/hadoop-2.5.0-cdh5.3.0/bin:/Application/Aleiye/enterprise/scala/scala-2.11.4/bin:/Application/Aleiye/enterprise/mysql/mysql-5.6.22-linux-glibc2.5-x86_64/bin:/Application/Aleiye/enterprise/jdk/jdk1.7.0_65/bin:/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
[[email protected] bin]# fc -l
995 uname -a
996 cat /etc/redhat-release
997 xkill
998 export
999 pwd
1000 whoami
1001 which aa
1002 which aaads
1003 which export
1004  cat /etc/system-release
1005 history | grep export
1006 history | grep FORMAT
1007 export histtimeformat="%f %t "
1008 history
1009 ww
1010 history
时间: 2024-12-30 00:01:11

非root用户执行export报错的相关文章

设置开机启动时指定非ROOT用户执行相应的脚本

1 [[email protected] sm01]# vim /etc/rc.d/rc.local 2 3 #!/bin/sh 4 # 5 # This script will be executed *after* all the other init scripts. 6 # You can put your own initialization stuff in here if you don't 7 # want to do the full Sys V style init stuf

linux非root用户执行开机启动程序

问题 开机启动其他用户的程序或者说非root用户执行开机启动 编写开机启动脚本 编写开机启动脚本apple_tree,放到/etc/init.d,系统启动时会自动执行. 例如,/etc/init.d/apple_tree 启动脚本的内容格式,可参考linux service . 其中的start做如下定义: start(){ su - deploy -c ${APPLE_BIN} } 表示切换到deploy用户,并且环境变量也改变到deploy的环境,然后执行脚本. 如果是做成后台服务,需要修改

非root用户执行开机启动服务脚 本

一.需求 centos6下面添加开机服务,例如开机启动supervisor服务,然后supervisor会负责拉起配置的进程,从而实现各种服务的开机重启. 二.原理需求 在centos6下面主要通过在/etc/init.d/下面添加服务脚本和chkconfig命令来完成添加启动服务 添加服务的启停脚本如果需要开机启动服务,或者通过service命令控制服务,必须在/etc/init.d/下面有对应服务的启停脚本,如果我们的服务为supervisor,那么在/etc/init.d/下面对应的启停脚

linux指定某非root用户执行开机启动项的方法(gogs git)

以linux指定git用户在linux开机时执行启动gogs git为例: 以root登录linux 执行vi /etc/rc.d/rc.local 在文档末尾添加一行语句:su git -c "/data/gogs/gogs  web > /data/gogs/log/gogs_web.log 2>&1 &" 保存rc.local即可.

Docker安全--关于Docker使用root与非root用户的场景中的容器与host中的执行用户的研究

/************************************************* * Author : Samson * Date : 08/15/2015 * Test platform: * gcc 4.8.2 * GNU bash, 4.3.11(1)-release (x86_64-pc-linux-gnu) * ***********************************************/ 结论 实际进行测试的Dockerfile是shadowso

非root用户ssh 执行 sudo远程机器免密钥

非root用户ssh 执行 sudo远程机器免密钥 # 1.登陆192.168.1.10 ssh-keygen -t rsa # 一路回车 # 将公钥添加到认证文件中 cat ~/.ssh/id_rsa.pub >> ~/.ssh/authorized_keys # 并设置authorized_keys的访问权限 chmod 600 ~/.ssh/authorized_keys [[email protected] ~]# cat /root/.ssh/id_rsa.pub          

CentOS6.7下使用非root用户(普通用户)编译安装与配置mysql数据库并使用shell脚本定时任务方式实现mysql数据库服务随机自动启动

CentOS6.7下使用非root用户(普通用户)编译安装与配置mysql数据库并使用shell脚本定时任务方式实现mysql数据库服务随机自动启动1.关于mysql?MySQL是一个关系型数据库管理系统,由瑞典MySQL AB公司开发,目前属于Oracle公司.MySQL是一种关联数据库管理系统,关联数据库将数据保存在不同的表中,而不是将所有数据放在一个大仓库内,这样就增加了速度并提高了灵活性.特点: Mysql是开源的,所以你不需要支付额外的费用.Mysql支持大型的数据库.可以处理拥有上千

Centos6.3 下使用 Tomcat-6.0.43 非root用户 jsvc模式部署 生产环境 端口80 vsftp

一.安装JDK环境 官方下载链接 http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html 64位:http://download.oracle.com/otn-pub/java/jdk/7u71-b14/jdk-7u71-linux-x64.tar.gz 32位:http://download.oracle.com/otn-pub/java/jdk/7u71-b14/jdk-7u71-

linux下非root用户如何修改root权限的文件

在linux下会出现把一些配置文件参数配错.root密码忘记等导致系统无法启动或进入root的窘迫境地,本文以redhat  enterprise linux server 6.4为例介绍root身份修改root权限配置文件的参数后,root无法登录,然后通过linux的rescue模式改回配置文件,巧妙以非root身份修改了root权限的文件的解决方案. 首先,插入linux安装盘重启系统,等到引导进入安装会话,上下移动方向键,选rescue installed system: 第二,进入修复