Jump to content

some command help

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Guest_R3.RyozKidz_*

Guest_R3.RyozKidz_*
  • Guests
im currently using Ubuntu9.04
Im the only user in my OS
when i typed "su root" on the terminal, it asks me for password.
then i typed my password, and it displays su: Authentication failure
But im quite sure that i have typed the correct password..~
pls help...

#2
ETShost

ETShost

    Learning Programmer

  • Members
  • PipPipPip
  • 48 posts
The "su" command allows you to execute a command as another user by logging in as that user. So with "su root" you login as root, using root user's password, instead your own password.

Using the "sudo" command allows you execute a command as the root user with your own password, assuming you've been given permission to do so via the "sudoers" file.