为重命名用户指定个人文件夹后找不到个人文件夹
useradd -g /home/test test
useramod -l exchang test
usermod -d /home/exchang exchang
使用ls /hoem后没有发现名为exchang的文件,只有test文件夹
使用cat /etc/passwd后看见用户exchang的主目录已经改变
useradd -g /home/test test
useramod -l exchang test
usermod -d /home/exchang exchang
使用ls /hoem后没有发现名为exchang的文件,只有test文件夹
使用cat /etc/passwd后看见用户exchang的主目录已经改变
2017-04-12
举报