Results 1 to 3 of 3
i noticed a linux book where some of the bash commands are preceded by #
for example
Code:
# fdisk
rather than
Code:
$ fdisk
.
what does this mean?
...
- 06-19-2011 #1Just Joined!
- Join Date
- Jun 2011
- Location
- dallas ,texas
- Posts
- 18
# command
i noticed a linux book where some of the bash commands are preceded by #
for example
rather thanCode:# fdisk
.Code:$ fdisk
what does this mean?
thanks
- 06-19-2011 #2
- 06-19-2011 #3Just Joined!
- Join Date
- Jun 2011
- Location
- dallas ,texas
- Posts
- 18
thanks so much..


Reply With Quote
