Thursday, July 22, 2010

New Linux Command I have Learn

echo $PATH
echo $SHELL

to insert path in Ubuntu
edit /etc/environment text file.

3 comments:

  1. How to get kernel version number?

    $ uname -a

    ReplyDelete
  2. How to set password to root on user account?

    $ sudo passwd root

    ReplyDelete
  3. How to change account from user to root?

    $ su root

    ReplyDelete