Commands entered in the command line using a keyboard (in a terminal or a terminal emulator) are marked with the command prompt character $ or # in the manual. The character indicates the privileges required for running the specified command. According to the standard convention for UNIX-based systems,
$ indicates that the command can run with user rights;
# indicates that the command must run with superuser (usually root) privileges. To elevate the privileges, use su and sudo commands.
|