常见的linux的命名

  1. cd - 切换到上个目录
  2. pushd popd dirs目录 操作目录栈。
  3. echo “新密码”|passwd –stdin 用户名
    如 echo “新密码”|passwd –stdin 用户名
    更改用户 hehe 的密码。