Ubuntu :: How To Get Admin Rights And Change Default OS

May 4, 2011

I've got a Dell laptop with a dual boot with Ubuntu and Windows 7, but I want windows 7 to be the default OS. I can't seem to find anything on Ubuntu with any information. I had a look at some forums and it said I need to go into admin, but I don't think I have it. Does anyone know how to get Admin rights and how to change the default OS?

View 4 Replies


ADVERTISEMENT

Ubuntu :: Lost Admin Rights After Updating To 10.4?

Apr 30, 2010

I cant change my user settings (password, login screen settings etc) after upgrading to 10.4 on my desktop pc. It says I don't have rights. I'm the only user, no other profiles. Otherwise seems to be working fine!

View 1 Replies View Related

Ubuntu Security :: 10.10 - No Admin Rights For Administrator

Oct 22, 2010

I am only user on this ubuntu 10.10 install. I have admin rights but when I try to change some settings via Ubuntu tweak unlock or alter user and groups via advanced tab I never get the option to enter my password. I have added a new user 'tempuser' via safe mode and this user is administrator too but everything works fine from this user..

Results from $ grep admin /etc/group
lpadmin:105:heath,tempuser
admin:119:firstuser,tempuser,heath

Results from groups
admin adm dialout fax cdrom floppy tape audio dip video plugdev fuse lpadmin sambashare
I am thinking of making a fresh install if I cant sort this but would like to fix if possible.

View 9 Replies View Related

Ubuntu :: Somehow Lost Ability To Gain Admin Rights

Feb 2, 2010

I am semi new to linux and i was getting the hang of it until just recently. I'm trying to do some web design using php and mysql. In my reference material (the all in one desktop reference {for dummies}). At some point I needed to do something in /var/www but I ran into a permissions problem so I typed:
Code:
chgrp -v -r guy0203 /var/www
405 chgrp -v -R guy0203 /var/www
406 chown -v -R guy0203 /var/www

Afterwards in some subsequent step it suggested putting the files in /usr/src/mysql. Since I didn't have that folder I used mkdir and created it. Then I tried adding the files I needed to that folder and got denied on the grounds of not having permissions once again. So tried something like this:
Code:
451 chmod 777 /usr/
452 sudochmod 777 /usr/
453 sudo chmod 777 /usr/

It was a 755 originally but I couldn't copy those commands. It turns out as that I had two terminals open in different desktops. one of them was a root terminal. It was at this point that realized that I was in that root terminal and decided I was done 'learning' for the day. I decided to listen to some music (which is located in my windows partion) and ran into a problem. The prompt that pops up to normally asks me for my admin PW to mount the drive. Now just vibrates like an incorrect entry was received, says authentication error and says I am not authorized to mount that drive then I went back to terminal to fix it, and when I tried to elevate myself to SU:

I got this:
Code:
guy0203@guy0203-laptop:~$ sudo su
sudo: must be setuid root
guy0203@guy0203-laptop:~$

I don't know what to do now but I think I totally killed this OS. If so is there anyway to save things if I have to reinstall?

View 9 Replies View Related

Ubuntu :: Time On Custom Distro Without Admin Rights?

Jan 10, 2011

I created a custom linux distro that originated from ubuntu server and I installed time-admin and want to change the time without admin rights. Is this possible?

View 1 Replies View Related

Ubuntu Servers :: Portable OpenVPN Without Admin Rights?

Feb 4, 2011

I have OpenVPN setup and running on my home server (Lucid Lynx). I move around alot and use Portable OpenVPN to connect to my home server. The problem is a lot of the computers I use I do not have admin rights to install the necessary routes to connect. So my question is this. Can OpenVPN be configured to use PPTP protocol? Because I have PortableVPN on my U3 flash drive and that VPN client does not need admin rights to run. If OpenVPN cannot do this, and from my understanding of its archetecture it cannot, but I must admit i am no authority on the matter. Can you suggest a workable solution, ie. install and setup this server software and use this portable client software.

View 1 Replies View Related

General :: Assigning Admin Rights To Apps?

Sep 30, 2010

I am using linux mint and have installed Netbeans on it but whenever I run netbeans from accounts other than root it throws an error for not having permission to start glassfish server of netbeans. I also tried running this application using run as administrator option but then the application does not start.

So is there a way to assign netbeans admin rights permanently so that whenever I start this application from other accounts I should not face this error?

View 2 Replies View Related

Red Hat / Fedora :: Possible To Make Install With Just Admin Rights

May 25, 2010

I have moved to a new place and they expect me to work without root access to my machine, but I need to compile and make some software. However I get the following error:

mkdir: cannot create directory '/usr/local/ope': Permission denied
chmod: cannot access '/usr/local/ope': No such file or directory
mkdir: cannot create directory '/usr/local/ope': No such file or directory
chmod: cannot access '/usr/local/ope/bin': No such file or directory
make[1]: *** [/usr/local/ope/bin] Error 1
make[1]: Target '_installall' not remade because of errors.

I have been allegedly been given admin rights - but do I need root to do this?

View 4 Replies View Related

Server :: Giving AD User Local Admin Rights In Ubuntu

Jul 16, 2009

I'm having a bit of a problem after joining Ubuntu 9.04 to my company's Windows Domain. I can log in and use sudo just fine but I don't have access to certain things in my menu (i.e. "Add/Remove Software") and I can't open the User Manager. I manually edited the /etc/group file as root and added my username (username@domain) to the appropriate groups but still no luck.

View 2 Replies View Related

General :: How To Give Full Admin Rights To New User?

Jul 14, 2011

I have created a new user using sudo adduser "user1" from the root .but this user does not have full admin rights...How to give full access to this user1?

View 3 Replies View Related

Ubuntu :: Admin / Root Rights Login To Edit And Read Files

Feb 12, 2011

I'm a new Ubuntu user and a Python programmer, it's the first time that I use Python in Ubuntu so it's a bit confusing me. If I want to save a Module or something in a specified map, I get 'Errno 13', it says that I don't have permission to edit, do thing in that map. And this is also for importing files with Python. I logged in from Terminal with 'sudo -i' and closed Terminal, but the problem keeps repeating. How do I login as Admin or Root and stay as Admin or Root? I need right to edit/read files as well as root and normal user.

An example:
Python file:
test.py ->
test = open('/a.txt', 'w')
test.write('Test - Test - Test')
test.close

When I execute this, I get in the Python IDLE the 'Errno 13' problem and below the 'Errno 13' it says that I don't have permission. Who know how to stay logged in as root, even if the user has not logged in or isn't this possible, if it isn't then I just want to get files moving, editing/erasing etc.

View 9 Replies View Related

Programming :: C++ Codes To Check Whether User Is Root Or Has Admin Rights

Jan 8, 2011

One of the feature in my application involve changing of hardware setting. This require the user to be root or have administrative right.Before my application enable that feature, I want it to check whether the user is "root" or not, or whether user use "sudo" command to run the application or not, or whether the user has administrative rights or not.What are the codes or library that can do this?

NOTE: Sometimes, advanced linux user may set the user id of root to something else other than 0. So, getuid() may not be helpful in this case.

View 4 Replies View Related

Server :: Windows 7 Local Admin Rights Using A Samba 3 Domain Controller?

Jul 23, 2010

i have a ubuntu server box with samba 3 as domain controller with all windows 7 clients.i am wanting all users to have local admin rights so they can install programs etc.

View 1 Replies View Related

General :: How Can I Install A More Modern Version Of GNU Utils (coreutils) On Debian Linux With No Admin Rights?

Jul 1, 2011

I would like to install a more modern version of GNU utils (coreutils) on a debian linux system where I have no admin rights. Is there a way to do that?

The rationale is that I need a more modern version to the one installed in the system where I intend to run my analysis. I am trying to use "sort -R" or "shuf" to randomize lines in a big text file.

View 1 Replies View Related

Ubuntu :: Changing Default File Rights On Creation?

Feb 17, 2011

My problem is that I want newly created files to be 775 but they are 644 according to ls -l tho user that created can still write to file while other user in same group can't.

Current umask is 002.

Can't findout how to get newly created files to be 775. What should i do make all new files created by a user to be 775?

View 5 Replies View Related

Debian :: Change The Rights Of A Group ?

Mar 31, 2010

When I run an exe-File, I become the message: -bash: ./a.out: Keine Berechtigung (No rights)

I have all Rights on the Folder and on the file. I suppose that the problem is that my group "Benutzer" has no rights to execute files. Where can I change the rights of my group?

View 8 Replies View Related

Server :: LDAP - User Has No Rights To Change Password

Aug 12, 2010

I have configured Ldap Server in CentOS 5.4 & it's working fine, the problem is when I create a ldapuser from server the user can login in client machine but the user has no rights to change the password. How to rectify this by using commands.

View 2 Replies View Related

Debian Configuration :: Default Admin Password For Ntop

Feb 1, 2016

I installed it from the packages list and the eye candy has been good.

However, in trying to fix an error showing up in syslog

Feb 1 17:37:38 host ntop[30764]: **ERROR** Buffer too short @ dataFormat.c:144 (increase to at least 56) [230982 years, 187 days 7:107374]

I started looking at the configuration files; well attempted. It asks for a login. It isn't any user or root, but apparently is admin, but IO don't ever remember setting it.

Various web search suggests it is done at compile(downloaded compiled) /installation, but I have no recollection of entering any.

There is a Redhat/Centos wrinkle ntop -set-admin-passwd=password; but that puts out a lot of lines, then hangs and has no effect.

Note, despite message(old version of ntop), it is up todate in packages.

View 2 Replies View Related

Server :: Possible To Create User Profil In Samba With Rights To Change Network Settings

Nov 24, 2010

I want to set samba to act as domain controller PDC.Is it possible to create user profil in samba with rights to change network settings but not install software, create users.Something like network admin that is like normal user but he is able change network settings.

View 1 Replies View Related

Ubuntu :: Can't Change Admin Password Karmic?

Mar 11, 2010

I recently decided to try and change my admin password on my usual default account (the one you have to type in, in order to do sudo e.t.c im guessing)a the user account option...and having entered my previous password correctly,t will not allow me to enter a new password, it just seems to hang, (i.e the working icon appears, but having waited a minute or twwo nothing seems to of happened..(cannot press the confirm button). Is there a way to reset the password so that i can set a new one, if i cannot change my own admin password, and i was working on a windows system, i would be screaming system compromise right now, but as its ubuntu, im sure theres a perfectly innocent explantion

View 1 Replies View Related

Ubuntu :: Can't Change File Permissions Even As Admin

Sep 1, 2011

I've been having a very strange problem, and not sure for how long... but basically, my system wont allow me to change file permissions, even in root mode! I run Ubuntu 10.10 with Gnome and LXDE, kernel 2.6.35-30-generic. It's particularly problematic if I want to run some binaries or programs that you need a shell script to start up (i.e. any new version of Firefox). The usual right-click then going into permissions doesn't work, it just resets whatever changes I make. The weirdest thing is that using the chmod command as root also has no results! The files keep the exact permissions they had before...

View 4 Replies View Related

General :: How To Change Admin Password?

Nov 11, 2010

After my windows computer died of old age, I was given this computer. It has Linux Mint 9 Isadora on it. I am trying to learn how to use it. The update and other functions are locked out with a password. Is it possible to change it without reinstalling the entire Os.

View 6 Replies View Related

Ubuntu :: Let Admin Users Change The Setting Without Having To Enter A Password Every Time?

Jan 11, 2010

It seems that karmic has changed the behavior of Gnome's cpufreqselector, so that it requires root authority to make changes, and those changes don't persist after a reboot.

Is there a way to make changes persistent? Is there a way to let admin users change the setting without having to enter a password every time?

View 1 Replies View Related

Red Hat :: Change The Default Text That Is Displayed On The Default BASH Logon (attached)?

Sep 12, 2010

How is it possible to change the default text that is displayed on the default BASH logon (attached)?

View 1 Replies View Related

General :: What Config File Do You Change To Change Default Run Level?

Aug 5, 2009

What config file do you change to change default run level???

View 3 Replies View Related

Ubuntu :: Change To Single Mouse Click / Make Icons Tinier Than Default / Change Icons

Mar 12, 2009

In Ubuntu 810.. how do you set the mouse for one click to open an item..?What is that software that sets Trash's empty feature at the bottom of the right click on trash..? I had it, but I can't find it for this new install.Is there a way to default the cursor to half its minimum size, and customize its color to blues..?Is there a way to force the desktop toolbar icons to half of their minimum default size..Is thee a way to change the "Ubuntu Icon + Applications/Place/System" to just three different colored tiny spheres, without the Ubuntu icon..?

View 1 Replies View Related

Ubuntu :: Change Default JRE And JVM?

Jul 10, 2010

Quote:

One of the greatest things about Linux, ( I'm currently using Ubuntu 10.04 LTS) is your ability to install more than one version of java. Ubuntu, and by default, comes loaded with OpenJdk, which is an open source version of Java. As I stated in a previous discussion, I had some issues to run glassfish with the OpenJdk, so I decided to install the "closed" version of Java directly from Sun microsystem's website ( Hosted by oracle nowadays).

After downloading the latest Java development kit(JDK) which also includes the Java Runtime Envirnonment (JRE), I installed it from the terminal. The java file I downloaded was a ".bin" file. I have explained in the previous discussion, how to install a .bin file.

The installer will extract all the contents of the ".bin" file to a folder in the same directory as of the ".bin" file. Assuming that you have extracted the contents of the ".bin" file to a folder on your Desktop called JAVA6, then the path to this folder would be:
/Desktop/JAVA6

after that go to your terminal window and do the following: sudo update-alternatives --install "/usr/bin/java" "java" "/Desktop/JAVA6/bin/java" 1

Then issue the following command:

sudo update-alternatives --set Desktop/JAVA6/bin/java

This should set your newly installed java as your default JVM and JRE.

View 2 Replies View Related

Ubuntu :: Change Bootsplash To Default?

Feb 26, 2010

So I installed a windows 7 theme. And it replaced the login window (gdm I think).How do I switch it back to deafult? I'm on 9.10

View 3 Replies View Related

Ubuntu :: Change Default OS To Boot From?

Mar 23, 2010

Right now I dual boot Linux and Doze 7. As normal, grub appoints Ubuntu to be the OS highlighted to boot from. Is there a way to edit the boot list so that my Windows7 will boot automatically. Reason being my wife tends to get a little grumpy because she does not know which to choose from and does not like Ubuntu,,,yet.

View 2 Replies View Related

Ubuntu :: Cannot Change Default On Bootloader

May 11, 2010

On my netbook (I'm using Ubuntu Netbook Remix, 10.04) the default option in the Grub menu is Ubuntu. Problem: I'd prefer it to be Windows 7.

I've tried using Startup Manager, which I've used successfully in the past. The program loads fine and lets me change all of the options, and saves and closes fine. But when I restart, the bootloader begins with Ubuntu and a 10 second timeout instead of Windows 7 and a 3 second timeout.

I've also tried editing etc/default/grub and, again, I was able to change it and save it without a problem (default menu item: 4, default timeout: 3). I also did a 'sudo update-grub' to try to get it to stick.

Still nothing. Every time I start up the computer, it's set on Ubuntu 10.04 and a 10 second timeout.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved