answersLogoWhite

0

How do you create a user in Unix?

Updated: 11/22/2022
User Avatar

Wiki User

14y ago

Best Answer

Use useradd command

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create a user in Unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What happens if user create a directory same name as root in unix?

It can't be exactly the same name as root; directories in Unix have to be unique, and therefore you can't duplicate the name.


When was Danish UNIX User Group created?

Danish UNIX User Group was created in 1983.


How do you add a user define function to library file?

Create an object module (WinDos: *.obj, unix: *.o), then use the platform-specific librarian program (WinDos: lib.exe, unix: ar, libtool)


Does UNIX have alternatives to the command line user interface?

Yes, Unix has several variants of Graphical User Interfaces that may be used instead of the command line if the user wishes it.


How does Unix work as a multi-user operating system?

When a user logs in to a Unix system, the current working directory normally starts at the directory/file


Why is Linux develop?

To create a Free OS like the UNIX Operating System, They wanted to create a system that was like UNIX without all of the intellectual property issues that UNIX had. (UNIX was proprietary software).


What is unique about Unix and Linux operating systems?

unix and linux systems are true multi user (root + others) but in windows admin and main user are same !


Which type of multitasking does UNIX support single user or multi user?

It supports multi-user multi-tasking.


In which of these is maintainig case important URLs File names passwords?

In case of Unix machines, user can create directories with same name but different cases. In this case, user can be redirected to different locations for different URL case.


How do you create dummy file in unix?

using touch command of UNIX. syntax touch <filename> will create dummy regular file.


Difference between unix and windows?

unix is a multiuser operating system but widows is a single user operating system.


What are the difference between su and su-aloke in UNIX OS?

su substitute user.. and su is a unix command used to run the shell of another user without logging off..