Перейти к основному содержанию

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, изображение 1 из 2 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, изображение 1 из 2 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, изображение 1 из 2 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 участников успешно повторили данное руководство.

Jacob Mehnert

Участник с: 10/18/21

27 027 Репутация

Автор 43 руководств

Команда

iFanatics Участник iFanatics

Community

54 членов

Автор 154 руководств

0 Комментариев

Добавить комментарий

Просмотр статистики:

За последние 24часов: 40

За последние 7 дней: 367

За последние 30 дней: 1,842

За всё время: 57,619