Results 1 to 6 of 6

Thread: Question about terminal

  1. #1
    Join Date
    2020-Aug
    Posts
    2

    Question about terminal

    I am completely new with Kali. Just a few days that i use it now. Although i have set up some things already.
    But when i open the terminal i see ~$ And i have succesfully done a few things. But with lots of commands i see ~#
    So my question is how to change the $ to the #. And what do these signs mean anyways ?

  2. #2
    Join Date
    2016-May
    Location
    /dev/random
    Posts
    4
    Michel445:
    Fore-mostly you should learn the basic of Linux operating system and commands.
    $ sign is for regular users
    # sign is for root users in other words the administrator.
    There are so many commands which a regular user cannot perform, like installing tools on the machine, making changes to critical parts of the operating system like, disk partitions etc.. you should be a root user to perform those actions. I must advice you to first get basic of the *nix OS.
    Exploit Code Not People!

  3. #3
    Join Date
    2020-Aug
    Posts
    2
    $ lacks root privileges

    sudo su enables root privileges and $ is replaced by # (which is what you want)

  4. #4
    Join Date
    2020-Aug
    Posts
    2
    Thanks Hackuin!

    Learning lots here.

  5. #5
    Join Date
    2020-Aug
    Posts
    2
    Thank you for your information. I am slowly learning. The sudo su command i use regularly now.

  6. #6
    Join Date
    2020-Oct
    Posts
    3
    If you want to quickly elevate your privilege you can do 'su' for 'super-user' and input the root password.
    Though if you're going to be experimenting with commands requiring these elevated privileges I would also recommend you get more acquainted with these general types of bash commands first.
    --------
    Yes, I'm a newb. But we were all newbs once.

Similar Threads

  1. Replies: 0
    Last Post: 2020-08-27, 20:03
  2. Terminal and root terminal doesn't working
    By jamalMint in forum General Archive
    Replies: 4
    Last Post: 2015-12-01, 05:01

Posting Permissions

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