New user question regarding admin rights


 
Thread Tools Search this Thread
Operating Systems Solaris New user question regarding admin rights
# 1  
Old 12-14-2011
New user question regarding admin rights

I'm trying to install OpenOffice on Solaris 11 but when I click on the setup icon I get an error message telling me that I need to have admin rights.

I've tried logging on as SU or ROOT but cannot. I don't see how to grant myself admin rights. How is it done ?

I know there are many many beginner's documents but which one would be best for a Linux user migrating to Unix ?

Thanks...
# 2  
Old 12-15-2011
Are you the administrator of the computer? If so, you need the password to the root account. If not, you need your administrator to do this install for you.
# 3  
Old 12-15-2011
Quote:
Originally Posted by methyl
Are you the administrator of the computer? If so, you need the password to the root account.
Not any more, at least by default, under Solaris 11 with which root is no more a user account but a role.

---------- Post updated at 13:42 ---------- Previous update was at 13:38 ----------

Quote:
Originally Posted by stansaraczewski
I've tried logging on as SU or ROOT but cannot. I don't see how to grant myself admin rights. How is it done ?
Too bad you didn't use Linux usual way, as Solaris 11 now defaults to grant the initial user account sudo rights.
Code:
sudo -i

or
Code:
sudo -s

will launch a shell with administrative rights. Use you own password.
If your account isn't the initial one, you need to ask that user to grant you rights, either using sudo or rbac.
This User Gave Thanks to jlliagre For This Post:
# 4  
Old 12-15-2011
Methyl: this is a desktop unit that I am the builder and sole user of. I am the administrator in training. It has a Gigabyte board running 16gb with a hex core AMD processor. Triple boot using three drives (Ubuntu/OpenSUSE and Solaris once I get GRUB chainloading working).

jilliagre: the problem is that I need to click on a setup icon to install OpenOffice so I tried to log out of the desktop then log back in but ROOT was not permitted to log in. I need to assign admin rights to my userid.

The OpenOffice install does not use the command line approach.

What I am aware of now is the incredible learning curve with Unix as opposed to Linux where there seemed to be a gui to do most anything.

Thank you very much for your patience - and I promise to search for answers thoroughly before asking here.

Last edited by stansaraczewski; 12-15-2011 at 11:27 PM.. Reason: rewording.
# 5  
Old 12-16-2011
Quote:
Originally Posted by stansaraczewski
jthe problem is that I need to click on a setup icon to install OpenOffice so I tried to log out of the desktop then log back in but ROOT was not permitted to log in. I need to assign admin rights to my userid.

The OpenOffice install does not use the command line approach.
It certainly does under the hood. Just run the command behind the icon with sudo.
# 6  
Old 12-16-2011
I would never have thought to try that. Thank you.
# 7  
Old 12-16-2011
I'm afraid my reply was confusing. I just meant launching an installer by clicking an icon can be done by running the very same installer from the command line. The installer can still be graphical.
This User Gave Thanks to jlliagre For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Frugal installation on WIN 7 no admin rights

Laptop from my work has WIN 7 Enterprise, but I have no admin rights on it and under no circumstances I would change partitions. However it does boot from USB. As I want to use Linux on a regular basis while at home, and I need it to be fast and reliable (also on Win 7 side - so Windows won't... (5 Replies)
Discussion started by: keindeo
5 Replies

2. Shell Programming and Scripting

Need help with user rights (Permission denied)

I have a script that do read data for Munin Graph. My problem is that it have some reading problems, and I do not know how to fix it. script traf.sh (its not the complete script)#!/bin/sh PORT="80" NETDEVICE="eth0" IPTRAFlogdir="/var/log/iptraf" ... (8 Replies)
Discussion started by: Jotne
8 Replies

3. Homework & Coursework Questions

user rights

good evening .. I have a plea, who I can help me with a management application user rights on the files in a Unix / Linux I need for college .. .. and not told us no clue .. thank you (1 Reply)
Discussion started by: alex90
1 Replies

4. UNIX for Dummies Questions & Answers

User Add and Rights

Dears, I want to add a user and give him rights only for a spesific folder and take the files via ftp. The user shouldn't see the other files above or belov his folder. lets say I have "user". my directories: /a /b/d /c when I connect to the system I want this "user" to connect... (3 Replies)
Discussion started by: hubatuwang
3 Replies

5. Shell Programming and Scripting

rights to FTP user

hi i want create a user to ftp (get) files from the 2nd machine. but i want to give specific rights to that user that he can't access only specific files and directories. please suggest (1 Reply)
Discussion started by: dodasajan
1 Replies

6. UNIX for Dummies Questions & Answers

User Access Rights

Hi Folks, My problem is an easy one for the experts here. All my applications run using a user id that creates files with only the following default rights: -rw-r----- I want to modify this user's account such that it creates files that assign read access to the everyone group by default:... (7 Replies)
Discussion started by: umairrahman
7 Replies

7. UNIX for Dummies Questions & Answers

How to give Admin rights to a group

Hi can some one help me in giving a group Administrative rights in Linux. So that who ever is added to that group has the rights equal to the Admin. (1 Reply)
Discussion started by: vamsi_mantena
1 Replies

8. HP-UX

User rights

I wan to create a user e.g. Tom. whenever a file is created by user Tom or FTP is done using user as Tom, the rights on the file should be 777 (by default). how can I achieve this. Please help. Its very urgent. (1 Reply)
Discussion started by: sharmavr
1 Replies

9. UNIX for Dummies Questions & Answers

Giving rights to User

Hi all, what does the following lines means? chown -R root:mysql /usr/local/mysql chown -R mysql:mysql /usr/local/mysql/data Something giving rights to user named mysql? or related with root rights? Please explain in detail. Thanks. (1 Reply)
Discussion started by: vbs
1 Replies

10. UNIX Desktop Questions & Answers

User rights assingments

Forgive the new ness of this question. However, I have a user's home directory that i would like to give another user rw too. How would I accomplish this. Nevermin I used an acl to accomplish. A little reading goes a long way!!!! (1 Reply)
Discussion started by: niasdad
1 Replies
Login or Register to Ask a Question