Find the answer to your Linux question:
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? ...
  1. #1
    Just 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
    Code:
     # fdisk
    rather than
    Code:
     $ fdisk
    .
    what does this mean?

    thanks

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    Quote Originally Posted by sed_y View Post
    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?

    thanks
    # indicates its the root user. $ is a regular user.

  3. #3
    Just Joined!
    Join Date
    Jun 2011
    Location
    dallas ,texas
    Posts
    18
    thanks so much..

Posting Permissions

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