Results 1 to 6 of 6

Thread: I can not work with terminal

  1. #1
    Join Date
    Sep 2018
    Beans
    1

    I can not work with terminal

    My password for logging in UBUNTU 18.04 should be the same as for terminal but when I use terminal it does not work. What to do? I had upgraded from 17.10 UbUNtu .

  2. #2
    Join Date
    Mar 2011
    Location
    19th Hole
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: I can not work with terminal

    Thread moved to New to Ubuntu as the more appropriate forum.

  3. #3
    Join Date
    Aug 2011
    Location
    52.5° N 6.4° E
    Beans
    6,822
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: I can not work with terminal

    What does not work?

    You need the password in terminal when you use sudo (or when you change password). Use sudo <whatever command you want to run>. sudo will ask you for your password. Type it. No feedback will show in the terminal, not even ******, but you can type. Then hit enter. If the password was wrong, it wil tell you. You get three chances. If something else goes wrong, you get a different error message.

  4. #4
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: I can not work with terminal

    What do you mean by "terminal?" Did you change to a different TTY or are you trying to ssh into the machine from some other machine? "terminal" is vague, inexact.

  5. #5
    Join Date
    Jul 2007
    Location
    Magic City of the Plains
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

  6. #6
    Join Date
    Feb 2015
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: I can not work with terminal

    Quote Originally Posted by pravin-c-shah View Post
    My password for logging in UBUNTU 18.04 should be the same as for terminal but when I use terminal it does not work. What to do? I had upgraded from 17.10 UbUNtu .
    If the terminal gives no feedback then that is normal, as Impavidus notes ...
    No feedback will show in the terminal...
    ... and that is normal for linux, keep entering it as you normally would and then press the "Enter key".

    If you want feedback from the terminal it is possible to set up by editing as root the file /etc/sudoers; let us know if that is what you need.

    If you can log into the machine OK but are getting an authentication error when you try to use the terminal (please give more info as to what is actually happening, we're having to take a lot of "guesses" here ), you may have a problem with your username containing an illegal character, which can also prevent authentication on the command line while logging into the machine will still work.
    If you have capitalised your username or used special characters on the keyboard in your username, the installer and GUI will sometimes be OK with it but the system can often replace such characters with an underscore when authentication is attempted on the CLI.
    If this is what seems to be happening when attempting authentication on the command line, first use the command ...
    Code:
    whoami
    ...to see how the system is seeing/using your username and use it as it is returned by the command (with underscores etc, if any) when trying to authenticate on the CLI.

    There are a few possibilities depending on the exact nature of your problem, but we need to know more specifics of the situation before any real help can be given. Please let us know a lot more detail about how it "does not work".

    Regards, yeti.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •