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:
$—command can be run with user rights.
#—command must be run with superuser (usually root) privileges. To elevate the privileges, use su and sudo commands.
|