linux - Hashtag instead of the dollar sign ssh shell -


hello got server centos 5 (64 bits) installed , when i'm connecting putty after entering user root , password hashtag instead of dollar sign i'm confuse.

[root@mokmeuh ~]# 

also it's seems alot of command don't work like

[root@mokmeuh ~]# $chmod u+x file.sh 

that's 1 can't run shell script or i'm confuse , need help.

yep, hashtag says you're root. normal users have dollar sign.

but shouldn't write dollar sign in front of commands. leave it.


Comments

Popular posts from this blog

c++ - protocol buffers - generate NON-inline accessors -

c# - issue attaching/adding an entity object which is detached from the DB Context? -