linux_base_command4

Posted cpyeah

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux_base_command4相关的知识,希望对你有一定的参考价值。

useradd username创建新用户

passwd username指定密码

cd /home   有用户名的新目录生成

cd /etc/passwd

cd /bin/bash

csh

ksh

sh

bsh

bash

cd /etc   more group

groupadd testg

useradd newuser -g testg

usermd -g testg testuser

userdel testuser(用户删了,目录还在)

su(switch user)

su root

exit

以上是关于linux_base_command4的主要内容,如果未能解决你的问题,请参考以下文章

linux_base_command2.5_VI

linux_base_command3