Describe the basic method for creating user accounts and their associated password in Linux from the command line.
What will be an ideal response?
User creation is a matter of using the useradd newuser command; you replace newuser with the logon name for the user account you're creating. Then you create a password for the user with the passwd newuser command. Both the logon name and password are case sensitive in Linux.
Computer Science & Information Technology
You might also like to view...
Windows 7 includes a feature that allows the user to compress one or more files into a single compressed file
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following memory types is located in the processor chip?
A. EDO B. L1 C. xD D. DDR
Computer Science & Information Technology