メインコンテンツにスキップ

How to create a Low Privileged User Account in Kali Linux

  1. How to create a Low Privileged User Account in Kali Linux, Open Kali's command line Terminal: 手順 1、 2の画像 1 How to create a Low Privileged User Account in Kali Linux, Open Kali's command line Terminal: 手順 1、 2の画像 2
    • Press Ctrl + Alt + T to open the Terminal Interface.

  2. How to create a Low Privileged User Account in Kali Linux, Enter the following command: 手順 2、 2の画像 1 How to create a Low Privileged User Account in Kali Linux, Enter the following command: 手順 2、 2の画像 2
    • Enter the command sudo adduser 'username'

    • Enter the username of your choice in the space that says user name.

    • You will be asked to add a password to the new user, while no password shows up in the terminal, YOU are still typing the password. Its hidden due to linux security

    • Verify that the command worked properly by using the command ls /home/

  3. How to create a Low Privileged User Account in Kali Linux, Add user to Sudoers Group & BASH: 手順 3、 2の画像 1 How to create a Low Privileged User Account in Kali Linux, Add user to Sudoers Group & BASH: 手順 3、 2の画像 2
    • Enter the command sudo usermod -aG sudo username

    • This command is used to add users to the "superuser do" group to allow the account to run commands with the sudo command.

    • Next enter the command sudo chsh -s /bin/bash Username

終わりに

This feature has changed a bit since the 2020.4 update, but is great for creating multiple user accounts if needed.

18 の人々がこのガイドを完成させました。

作成者

2人の作成者と共同で作成されました。

Jacob Mehnert

メンバー登録日: 10/18/21

27,122 ポイント

43のガイドは作成済み

チーム

iFanatics iFanatics人のメンバー

Community

54 メンバー

154のガイドは作成済み

0 件のコメント

コメントを追加

統計データ:

過去 24時間: 45

過去 7 日: 351

過去 30 日: 1,688

今までの合計 58,046