当前位置:网站首页>Debian10 create users, user groups, switch users
Debian10 create users, user groups, switch users
2022-06-23 01:26:00 【Halyace】
# New user group
groupadd hausers
# Create a new user and join the user group
# -m Create user home directory automatically
# -g Join user groups
# -s User login shell
# -d User home directory
useradd hauser -m -g hausers -s /bin/bash -d /home/hauser
# Set the password
passwd hauser
# Set user permission sudo
/sbin/usermod -aG sudo hauser
# Switching users
su -l hauser
边栏推荐
- Pat class A - 1014 waiting in line (bank queuing problem | queue+ simulation)
- Read Amazon memorydb database based on redis
- Overview of visual object detection technology based on deep learning
- [sliding window] leetcode992 Subarrays with K Different Integers
- How to solve the problem that easycvr does not display the interface when RTMP streaming is used?
- [UVM] don't say that your VIP can't use ral model
- Swiftui swift tutorial 14 useful array operators
- [hdu] p7058 ink on paper finding the maximum edge of the minimum spanning tree
- office2016+visio2016
- Project directory navigation
猜你喜欢

How to set the power-off auto start of easycvr hardware box
![[sliding window] leetcode992 Subarrays with K Different Integers](/img/69/1ac0c54d33af0f7a9e3db3e82d076b.png)
[sliding window] leetcode992 Subarrays with K Different Integers

Installation record of ros1noetic in Win 11

Analysis on the wallet system architecture of Baidu trading platform
Voice network multiplayer video recording and synthesis support offline re recording | Nuggets technology solicitation

Cadence spb17.4 - Allegro - optimiser la spécification de l'angle de connexion de la polyligne pour une seule ligne électrique - polyligne à arc

Sfod: passive domain adaptation and upgrade optimization, making the detection model easier to adapt to new data

魔王冷饭||#099 魔王说西游;老板的本质;再答中年危机;专业选择

Autumn move script a

OSPF comprehensive experiment
随机推荐
[22 summer reconstruction 1] codeworks round 791 (Div. 2)
JS image resolution compression
Unit of RMB in words
Vector 3 (static member)
Ansible learning summary (7) -- ansible state management related knowledge summary
[luogu] p1083 [noip2012 improvement group] borrow classroom (line segment tree)
You can also do NLP (classification)
cadence SPB17.4 - allegro - 优化指定单条电气线折线连接角度 - 折线转圆弧
[hdu] p1466 calculate the number of intersections of straight lines
Time complexity
Psychological analysis of the safest spot Silver
SQL programming task06 assignment - Autumn recruit secret script ABC
SQL programming task05 job -sql advanced processing
leetcode 91. Decode ways (medium)
Vector 6 (inheritance)
Swiftui swift tutorial 14 useful array operators
Wallys/DR7915-wifi6-MT7915-MT7975-2T2R-support-OpenWRT-802.11AX-supporting-MiniPCIe
Learn the specific technical learning experience of designing reusable software from the three levels of class, API and framework
Ros2 summer school 2022 transfer-
leetcode 91. Decode Ways 解码方法(中等)