About 33,600,000 results
Open links in new tab
  1. How to Switch to Root or Normal User Account on Linux - Linux

    Dec 17, 2023 · A root or normal user can easily switch to another user account using the su command if they know their current or another user's password.

  2. Switch Users on Linux with the su Command - GeeksforGeeks

    Jan 19, 2024 · Switching users on a Linux system is a fundamental aspect of system administration, allowing users to perform tasks with different privileges. The 'su' command, …

  3. su - What is the command to switch to normal user? - Ask Ubuntu

    You can switch to a different regular user by using the command su. Example: su John Then put in the password for John and you'll be switched to the user 'John' in the terminal.

  4. How to change to normal user in the command line when logged …

    The switch user command su is used to change between different users on a system, without having to logout. The most common use is to to change to the root user, but it can be used to …

  5. How to Create Users in Linux (useradd Command) | Linuxize

    Dec 20, 2023 · useradd is a command line utility that can be used to create new users in Linux and Unix systems. The general syntax for the useradd command is as follows: Only root or …

  6. How to Change Users in Linux Command Line - Linux Handbook

    Jun 28, 2020 · For the moment, here’s a quick summary of how to switch users in Linux command line. To switch users, you need to know the password of that user. You can switch the users …

  7. Add a new user account with admin access on Linux - nixCraft

    Dec 26, 2024 · On the Linux operating system, one needs to use the sudo command to provide admin-level access. In other words, the sudo command grants admin privileges to ordinary …

  8. How to Switch User Account and Configure sudo in Linux - The …

    In most cases, administrators should run su - to get a shell with the target user’s normal environment settings. For more information, see the bash (1) man page. Note: The su …

  9. How to Create and Manage User on Linux - SnapShooter

    This post will show you how to create and manage users and groups on Linux. Table Of Contents. Requirements; Create a New User; Create a New User with Home Directory; Create a New …

  10. How to create a normal user and change user groups in Linux

    May 25, 2023 · Create a normal user 1. Create a new user. Command: useradd name. 2. Set a password for the new user. Command : passwd name. 3. Test whether the creation is …

Refresh