Answers for "Ubuntu username format"

0

Ubuntu username format

Ubuntu only accepts usernames based on the following rules:

- Must start with a lowercase letter
- May only contain lowercase letters, underscore (_), and dash (-)
- May optionally end with a dollar sign ($)

( Ubuntu's regular expression for usernames is ^[a-z][-a-z0-9_]*\$ )
Posted by: Guest on April-12-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language