【Linux】解决切换用户出现bash-4.2$问题

切换用户出现 bash 4.2 问题

出现 bash 4.2 错误 发现是用户指定家目录下 缺少2个隐藏文件

这题前提条件 我指定的家目录是 /opt/{孙悟空,猪八戒,唐僧,沙悟净}

/etc/skel/.bashrc /etc/skel/.bash_profile 传过去后显示登录成功

问题展示:

[root@localhost ~]# su sunwukong

bash-4.2$ ll

bash: ll: 未找到命令

bash-4.2$

更新隐藏文件 root用户下

source ~/.bashrc

source ~/.bash_profile

使用root用户登录,在用户指定的家目录中传入2个隐藏文件

cp /etc/skel/.bashrc /opt/孙悟空

cp /etc/skel/.bash_profile /opt/孙悟空

cp /etc/skel/.bashrc /opt/沙悟净

cp /etc/skel/.bash_profile /opt/沙悟净

cp /etc/skel/.bashrc /opt/唐僧

cp /etc/skel/.bash_profile /opt/唐僧

cp /etc/skel/.bashrc /opt/猪八戒

cp /etc/skel/.bash_profile /opt/猪八戒

登录效果:

[root@localhost sunwukong]# su sunwukong

[sunwukong@localhost ~]$ ll

总用量 0

[sunwukong@localhost ~]$

相关推荐
bohu831 小时前
亚博microros小车-原生ubuntu支持系列:8-脸部检测与人脸特效
linux·opencv·ubuntu·dlib·microros·亚博
贾贾20233 小时前
配电自动化系统“三区四层”数字化架构
运维·科技·架构·自动化·能源·制造·智能硬件
小池先生5 小时前
grafana+prometheus监控linux指标
linux·grafana·prometheus
浮梦终焉5 小时前
【嵌入式】总结——Linux驱动开发(三)
linux·驱动开发·qt·嵌入式
远方 hi5 小时前
linux如何修改密码,要在CentOS 7系统中修改密码
linux·运维·服务器
练小杰6 小时前
Linux系统 C/C++编程基础——基于Qt的图形用户界面编程
linux·c语言·c++·经验分享·qt·学习·编辑器
资讯分享周6 小时前
过年远控家里电脑打游戏,哪款远控软件最好用?
运维·服务器·电脑
chaodaibing6 小时前
记录一次k8s起不来的排查过程
运维·服务器·k8s
mcupro7 小时前
提供一种刷新X410内部EMMC存储器的方法
linux·运维·服务器
不知 不知8 小时前
最新-CentOS 7 基于1 Panel面板安装 JumpServer 堡垒机
linux·运维·服务器·centos