answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: HOW TO CREATE NEW USERS IN LINUX USING BASH?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What software developed using c?

Too many to list them. Examples: windows, linux, oracle, bash...


What is bash in Linux?

bash (Bourne Again Shell) is the default shell in most Linux distributions. It was created as part of the GNU project.


Is Bash built into Linux?

No. Bash runs entirely in userspace; it is not part of the Linux kernel. Although ti is extremely common, it is quite possible to have a working Linux distribution without it.


Where is the standard shell for most Linux computers?

Most systems will come with BASH installed.


When using the bash shell what is the symbol that ordinary users see as their command prompt user identifier?

$Dollar$


What kind of courses are available in linux And what are the papers in Linux?

The courses available for Linux include Linux server, Linux desktop, bash shell, and many others.


Which Linux file can be used to configure the default bash shell behavior for EVERY users on a system?

/etc/profile# /etc/profile: system-wide .profile file for the Bourne shell and Bourne compatible shells (bash(1), ksh(1), ash(1), ...)


Can PHP do everything that BASH can do?

BASH and PHP are two totally different languages. One is a Computer Language(BASH) read by Linux and Mac machines. The other(PHP) is a website language used to create interactive websites such as social networks. Each of them can do their own thing, and communicate if done right.


What is the language of the command prompt called?

"powershell" on windows and "bash" on linux. I'm pretty sure mac uses bash too


Can bash be executed on a Linux system?

Yes. In fact, it is often the default shell.


What are the user interface of Linux?

There are many user interfaces for both unix and Linux and most can be used on both. For example kde,gnome,bash shell, ect.


Display a list of all the users on your system who log in with the Bash shell as a default?

cat /etc/passwd|grep bash