Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

System Administration Ask your friend for his/her student-ID. Write it down here: The command to create a new user is: useradd -m cs098765 [use the

System Administration image text in transcribed
Ask your friend for his/her student-ID. Write it down here: The command to create a new user is: useradd -m cs098765 [use the real student-ID of your friend!] [The -m creates a HOME-directory for the new user] Oh, it doesn't work? Of course, you need administrative rights to create another user! - Remember from Lab1 how to do this? You precede the command with sudo, so you type: sudo useradd-m cs098765 Next, you need to give out a password to your friend, so (s)he can log on: sudo passwd cs098765 Now you switch tables with your friend, so that you sit in front of his/her PC: (s)he sits in front of yours, Open another console, by pressing Alt+F2 Open another command prompt at your PC. Login to metalab through "student account From the metalab, now you want to login to your account at different server (which is your friend server)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

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

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Database Design And Relational Theory Normal Forms And All That Jazz

Authors: Chris Date

1st Edition

1449328016, 978-1449328016

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago