Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Linux commands Whose password is asked in the following listing? user test:$ sudo su - Password: root@test : ~# Answer: root What is the default

Linux commands image text in transcribed
Whose password is asked in the following listing? user test:$ sudo su - Password: root@test : ~# Answer: root What is the default shell for the user test according to the following listing: test2:x:1002:1003: Test 2:/home/test2:/bin/ksh test : x: 1001: 1002 : Test: /home/test: /bin/csh test3:x:1003:1004:Test 3:/:/bin/false Answer: /bin/ksh How can you add a user called test using the command useradd. The user must have home directory /home/test and user id 2000. Note! Use short options and assume there are no defaults defined! Answer: useradd-b /home/test-u 2000 test

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions