473,385 Members | 1,824 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Multiple root accounts in linux/unix......

AmberJain
884 Expert 512MB
Is it possible to have multiple accounts in Linux/unix with privileges equal to 'root' account? If yes, how to do that (i.e. how to provide an account in linux with ROOT privileges)?

THANKS in advance..............
Aug 9 '08 #1
1 4947
Nepomuk
3,112 Expert 2GB
For a lot of things, it should be enough to add an existing user to the root group. You would use a command like this:
Expand|Select|Wrap|Line Numbers
  1. usermod -a -G root myusername
("root" being the group in this case and "myusername" being the user name)
Of course, you'll have to do this as root.

A further possibility would be to use sudo, which will allow users to run commands as root like this:
Expand|Select|Wrap|Line Numbers
  1. sudo runmycommand
In some distributions sudo is installed by default, in others you'll have to install it yourself. If you need further instructions on that, please tell us your distribution.

Greetings,
Nepomuk
Aug 11 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Roumen Semov | last post by:
Hi, everyone! I was just wondering if any of you knows of a linux/unix client (preferably on the command line) that would connect to ms sql server? Any hints would be appreciated! Roumen.
5
by: Mr. S | last post by:
Hi! How can I retrive system infos under linux/unix? I want to know CPU frequency, CPU usage, RAM, RAM usage. THX Mr. S
3
by: WantedToBeDBA | last post by:
Hi friend, I want to do "DB2 UDB V8.1 for Linux, UNIX and Windows Advanced Database Administration(704)" certification. Can i write this exam directly or will have to write preceders such as 701...
16
by: kinane3 | last post by:
I'm been using dev environments like Dreamweaver with ASP for years and recently got a php job that requires SSH to access the server. Command line is really new to me and I need to learn this. ...
0
by: Rainer Lehrig | last post by:
Hello, we have build a library for our Open Source SCADA project http://pvbrowser.org The library supports Linux/Unix, Windows and OpenVMS. The doxygen documentation of the library can be...
0
by: Joe | last post by:
Hi, A designer sent me her web project, which she developed in MS Expression Web and it is now my job to complete the ASP.NET part and hook it up to the database...etc. I opened her project...
3
by: sekhar.mekala | last post by:
Hello, I am a DB2 DBA on IBM Mainframe environment. I recently started learning DB2 on Unix/Windows environment. Can any one answer the following questions: 1. What is the qualifier that is...
1
Nepomuk
by: Nepomuk | last post by:
In most modern distributions of Linux and Unix (at least ones with graphical environments like KDE, Gnome or XFCE), you get to mount your partitions easily from the desktop. In some cases however, it...
4
by: stuntgoat | last post by:
Hi, I want to start using Python 2.6 and 3000. I have several questions. What, in your experiences, is a functionally elegant solution to installing 2.6 and 3 from source without breaking...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.