maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Nokia N900 (https://talk.maemo.org/forumdisplay.php?f=44)
-   -   Unbecome root (https://talk.maemo.org/showthread.php?t=61343)

maemon 2010-08-29 10:26

Unbecome root
 
Hi, just started with my maemo, and once I gained root access by typing "sudo gainroot" I could ls into some root folders.

My question is how do I exit the root account, become user again, I tried to exit the terminal, and restart the phone, but no luck, each time the ls command is entered on the root folders it works.

I want to be user again.

Regards
Maemon

debernardis 2010-08-29 10:29

Re: Unbecome root
 
Normally when you open the terminal you're user. Open a new terminal, issue the "whoami" command - it should give you "user".

lma 2010-08-29 10:36

Re: Unbecome root
 
Quote:

Originally Posted by maemon (Post 801313)
My question is how do I exit the root account, become user again

Type Ctrl-D or "exit"+enter.

Quote:

each time the ls command is entered on the root folders it works.
That's probably because the permissions on the directory allow it - for example:

Code:

$ ls -ld /root/
drwxr-xr-x    5 root    root            0 Aug 27 02:24 /root/

The green permission bits indicate that everyone can see the contents of the directory (r) or cd into it (x) but not write (- instead of w).

geneven 2010-08-29 10:36

Re: Unbecome root
 
I'm not using sudo gainroot, but just root, a command that becomes available after rootsh is installed.

In that case, to become user again you just type exit and whoami shows you are user again. I just confirmed that.

dannycamps 2010-08-29 10:39

Re: Unbecome root
 
Being or not being root does not restrict access to the root mountpoint of the filesystem /. The default user account can see the root mount and even create files and directories (they will be created with permissions for the user account).

As stated above, the command to see what account you are using from the terminal is 'whoami'. If it comes back as 'root' and you want to get back to 'user', simply type 'exit'.

maemon 2010-08-29 10:53

Re: Unbecome root
 
Ok, thanks all, whoami did state off course user after restarting the xterm.

The folder I did ls on stated "permission denied" before I did sudo gainroot, now it just list files under that folder even with the user account, thats why I thought the user where always root.

its a bit strange, isn't it?

regards
Maemon

Venemo 2010-08-29 11:15

Re: Unbecome root
 
Quote:

Originally Posted by maemon (Post 801313)
each time the ls command is entered on the root folders it works.

Yeah, it is expected to work as user... (user has read permissions)

Anyways, you can exit from root terminal with the 'exit' command. 'whoami' tells you what user you are at the moment.

ossipena 2010-08-29 11:53

Re: Unbecome root
 
I use usually
Code:

su user
for some weird reason....

fnordianslip 2010-08-29 12:27

Re: Unbecome root
 
Quote:

Originally Posted by ossipena (Post 801369)
I use usually
Code:

su user
for some weird reason....

Then when you exit, you'll be root again. The shells are nested inside each other.

9000 2010-08-29 13:38

Re: Unbecome root
 
Quote:

Originally Posted by ossipena (Post 801369)
I use usually
Code:

su user
for some weird reason....

You should use the following command to switch to user instead:

Code:

su - user


All times are GMT. The time now is 15:46.

vBulletin® Version 3.8.8