redhat-cop / ocp4-helpernode

This playbook helps set up an "all-in-one" node, that has all the infrastructure/services in order to install OpenShift 4.
335 stars 301 forks source link

Slightly confusing mix of root user but "$" shell prompt #301

Open mfrymanredhat opened 1 year ago

mfrymanredhat commented 1 year ago

For this specific document I'm using, there is a confusing mix of root user logged in but all commands are run showing "$" shell prompt (which is typically non-root user).

The shell prompts should be changed to "#" but if that somehow confuses someone into thinking it's a comment and not a Linux shell command, then perhaps to be crystal clear every command should have something like this as the first part: "[root@bastion] # " or "[root@helper] # "