Results 1 to 2 of 2
I am new to redhat and all unix / linux. somehow in the terminal I changed [root@QASRHS ~]$ to [root@QASRHS ~]#
and now it appears I cannot see all of ...
- 02-13-2009 #1Just Joined!
- Join Date
- Feb 2009
- Posts
- 1
# and $
I am new to redhat and all unix / linux. somehow in the terminal I changed [root@QASRHS ~]$ to [root@QASRHS ~]#
and now it appears I cannot see all of my files in the bin
- 02-13-2009 #2Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
The dollar sign ($) is for a regular user. The hash (# pound if you're American) means you are logged on as root. You should not have a $ sign as root and you should not have a # prompt if you are a normal users.
Do not confuse this with the bash comment character which is also #.


Reply With Quote