S
S
Seva Zhidkov2014-08-01 21:08:18
Command line
Seva Zhidkov, 2014-08-01 21:08:18

What is and how to execute commands starting with $?

Yes, I'm dumb and a humanist, but it would be nice to have a couple of articles about this for presentation. I do not know how to formulate a query in Google.
Examples:
(tilde) $ git clone https://github.com/username/username.github.io
$ curl https://install.meteor.com/ | sh

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
Chvalov, 2014-08-01
@Shamoi

The dollar sign or percent sign means that the command is being executed as a simple user.
The pound sign means that the command is being executed on behalf of the super user, i.e. root.
These characters at the beginning of the command do not need to be entered!

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question