Question

i use the linux system and show me the command? Add a user Set the user...

i use the linux system

and show me the command?

  1. Add a user
  2. Set the user password
  3. Show that the user has been added and password set by taking a screen shot of the contents of the passwd file where your user is defined and uploading it to this assignment.
  4. Create a group
  5. Add the user to the group
  6. Show that the group has been created by uploading a screen shot of the group file where your group is define.
  7. Switch to the user you created and show that you are logged in as that user. Screen shot this and upload it.

Homework Answers

Answer #1

Below are the commands with syntax and examples.

1)Add a user

Syntax :

adduser <userNAme>

Ex:

adduser user1

2) Set the user password

Syntax :

passwd <username>

Ex:

passwd password1

The /etc/shadow file stores contain the password information for the user account. So to view you can use below command

$ sudo cat /etc/shadow

3) Create a group

sudo groupadd queries // create a group  called queries

4)Add user to group

useradd -g queries Jay //Add a new user called Jay to group called queries

To view group you have created , use below command

cat /etc/group

5)Switch to user

Syntax:

su username // su means substitute user

ex: su Jay

6)To see the logged user, use below command

whoami
Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
plz EXPLAIN AND show me the screenshot how TO DO THESE! Perform all of the following...
plz EXPLAIN AND show me the screenshot how TO DO THESE! Perform all of the following on your Linux instance. Create a new user named ava. Create a new user named charlie. Create a new system user named automation. Create a new group named marketing. Create a new group named sales. Add the user ava to the marketing group without removing the user from any other groups. Add the user charlie to the sales group without removing the user from...
As the system administrator, you have received a memo saying that Leslie, Ronsam, Xochi, and Sara...
As the system administrator, you have received a memo saying that Leslie, Ronsam, Xochi, and Sara have been assigned to a work group to do some analysis and they need to work on your Linux system. You need to add these folks as regular users and give them an alternate group that they can switch into. You also need to set up a common folder for them to work in. Your plan is to create a new group called ‘analysis’...
PLEASE DO QUICK LINUX ASSIGNMENT PLEASE ILL THUMBS UP You need to paste the command and...
PLEASE DO QUICK LINUX ASSIGNMENT PLEASE ILL THUMBS UP You need to paste the command and the output in a word document and submit it. Part1: 1. Log in to Linux using your user account name and password. 2. If you logged in using a graphical login screen, open a terminal window by clicking on the icon in the lower left corner of the desktop to open the main menu, then selecting System Tools, then Terminal. A terminal window opens....
Linux Operation SECTION 2 – File and Directory Permissions: FILE PERMISSIONS: What is the command used...
Linux Operation SECTION 2 – File and Directory Permissions: FILE PERMISSIONS: What is the command used to find out which user account you are logged into?      . This command may come in handy in the following exercises. Ensure you are in your home directory of the student1 account. Use the echo command with output redirection to create a file called labfile4 and put the following text in this file: “This is the first line of labfile4”. Using the symbolic notation...
Project 10-3 In this hands-on project, you view the configuration of the System Log Daemon and...
Project 10-3 In this hands-on project, you view the configuration of the System Log Daemon and the logrotate utility on Ubuntu Server Linux. 1. Boot your Ubuntu Server Linux virtual machine. After your Linux system has been loaded, log into tty1 using the user name of root and the password of LNXrocks!. 2. At the command prompt, type ls –l /dev/log and press Enter. What is the file type? Which daemon on Ubuntu Server Linux uses this file and what...
I did already posted this question before, I did get the answer but i am not...
I did already posted this question before, I did get the answer but i am not satisfied with the answer i did the code as a solution not the description as my solution, so i am reposting this question again. Please send me the code as my solution not the description In this project, build a simple Unix shell. The shell is the heart of the command-line interface, and thus is central to the Unix/C programming environment. Mastering use of...
1. By convention, how are configuration files separated from regular files? (NOTE: A practical effect of...
1. By convention, how are configuration files separated from regular files? (NOTE: A practical effect of the separation is that they are not displayed by the default version of the ls command)                         a. the prefix "rc" (rc.filename)               c. the extension .cfig                         b. a dot (.) at the beginning                    d. by having the SUID bit set 2. The IP address which is reserved for local loopback (equivalent to "localhost") is:                         a. 255.255.255.0                                   c. 192.168.70.1...
Hello! I'm getting this assignment wrong according to the cengage software. The code looks right to...
Hello! I'm getting this assignment wrong according to the cengage software. The code looks right to me but apparently it is not. May someone please take a look at it and let me know what I'm doing wrong. I just can't seem to find the error. I'm attaching the question below and below that I will attach my code. I appreciate any help you could provide. The book is: HTML5, CSS3, and JavaScript, 6th edition, Bundle Thanks QUESTION: General Flex...
IntNode class I am providing the IntNode class you are required to use. Place this class...
IntNode class I am providing the IntNode class you are required to use. Place this class definition within the IntList.h file exactly as is. Make sure you place it above the definition of your IntList class. Notice that you will not code an implementation file for the IntNode class. The IntNode constructor has been defined inline (within the class declaration). Do not write any other functions for the IntNode class. Use as is. struct IntNode { int data; IntNode *next;...
Sign In INNOVATION Deep Change: How Operational Innovation Can Transform Your Company by Michael Hammer From...
Sign In INNOVATION Deep Change: How Operational Innovation Can Transform Your Company by Michael Hammer From the April 2004 Issue Save Share 8.95 In 1991, Progressive Insurance, an automobile insurer based in Mayfield Village, Ohio, had approximately $1.3 billion in sales. By 2002, that figure had grown to $9.5 billion. What fashionable strategies did Progressive employ to achieve sevenfold growth in just over a decade? Was it positioned in a high-growth industry? Hardly. Auto insurance is a mature, 100-year-old industry...