Fix sudo su - in docs#126
Fix sudo su - in docs#126marektamaskovic wants to merge 1 commit intoopenstack:masterfrom marektamaskovic:patch-1
Conversation
The sudo su is not recommended to use. For sudo it is much more convenient to use `sudo -u stack -i` to spawn interactive shell as user 'stack'
|
Thank you for your contribution! This GitHub repository is just a mirror of https://opendev.org/openstack/devstack, where development really happens. Pull requests proposed on GitHub are automatically closed. If you are interested in pushing this code upstream, please note that OpenStack development uses Gerrit for change proposal and code review. If you have never contributed to OpenStack before, please see: Feel free to reach out to the First Contact SIG by sending an email to the openstack-discuss list with the tag '[First Contact]' in the subject line. To email the mailing list, you must first subscribe which can be done here: |
The sudo su is not recommended to use. For sudo it is much more convenient to use
sudo -u stack -ito spawn interactive shell as user 'stack'