【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 ~]$

相关推荐
MZWeiei1 分钟前
Zookeeper基本命令解析
大数据·linux·运维·服务器·zookeeper
7yewh17 分钟前
嵌入式Linux QT+OpenCV基于人脸识别的考勤系统 项目
linux·开发语言·arm开发·驱动开发·qt·opencv·嵌入式linux
Arenaschi20 分钟前
在Tomcat中部署应用时,如何通过域名访问而不加端口号
运维·服务器
小张认为的测试21 分钟前
Linux性能监控命令_nmon 安装与使用以及生成分析Excel图表
linux·服务器·测试工具·自动化·php·excel·压力测试
waicsdn_haha28 分钟前
Java/JDK下载、安装及环境配置超详细教程【Windows10、macOS和Linux图文详解】
java·运维·服务器·开发语言·windows·后端·jdk
打鱼又晒网29 分钟前
linux网络套接字 | 深度解析守护进程 | 实现tcp服务守护进程化
linux·网络协议·计算机网络·tcp
良许Linux43 分钟前
0.96寸OLED显示屏详解
linux·服务器·后端·互联网
蜜獾云1 小时前
docker 安装雷池WAF防火墙 守护Web服务器
linux·运维·服务器·网络·网络安全·docker·容器
小屁不止是运维1 小时前
麒麟操作系统服务架构保姆级教程(五)NGINX中间件详解
linux·运维·服务器·nginx·中间件·架构
Hacker_Oldv1 小时前
WPS 认证机制
运维·服务器·wps