Skip to content

Instantly share code, notes, and snippets.

@robinvanyang
Created March 21, 2024 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robinvanyang/22e0214808b550a3037593f53d09fd12 to your computer and use it in GitHub Desktop.
Save robinvanyang/22e0214808b550a3037593f53d09fd12 to your computer and use it in GitHub Desktop.
archlinux不常用命令
  1. 添加登录用户,注意:此命令不兼容debian系或redhat系
useradd -m -G wheel -s /bin/bash testuser  #wheel附加组可sudo,以root用户执行命令 -m同时创建用户home目录
passwd testuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment