%META:TOPICPARENT{name="ErrorMessagesY"}% == [[UDA Error Messages]] == [[ErrorMessagesA|A]] [[ErrorMessagesB|B]] [[ErrorMessagesC|C]] [[ErrorMessagesD|D]] [[ErrorMessagesE|E]] [[ErrorMessagesF|F]] [[ErrorMessagesG|G]] [[ErrorMessagesH|H]] [[ErrorMessagesI|I]] [[ErrorMessagesJ|J]] [[ErrorMessagesK|K]] [[ErrorMessagesL|L]] [[ErrorMessagesM|M]] [[ErrorMessagesN|N]] [[ErrorMessagesO|O]] [[ErrorMessagesP|P]] [[ErrorMessagesQ|Q]] [[ErrorMessagesR|R]] [[ErrorMessagesS|S]] [[ErrorMessagesT|T]] [[ErrorMessagesU|U]] [[ErrorMessagesV|V]] [[ErrorMessagesW|W]] [[ErrorMessagesX|X]] [[ErrorMessagesY|Y]] [[ErrorMessagesZ|Z]] [[ErrorMessagesSymbols|#]] ===You do not have permission to su root=== "You do not have permission to su root" is an operating system error. It occurs when permissions prohibit non-root users from using the {{{su}}} command to gain root access. To resolve this problem, take the following action: # Login to the system as the {{{root}}} user. (Consult a System Administrator, as necessary.) # Edit the {{{/etc/group}}} file. # Add the problem user to the {{{system}}} group. For example: #* Before {{{ system:*:0:root }}} #* After {{{ system:*:0:root,bob }}} # Save your changes and exit the file. # Test.