AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
  • 1.  Unable to remove the user in AIX

    Posted Wed April 30, 2025 07:36 AM
    Edited by GDC GROUP Wed April 30, 2025 09:27 AM

    Unable to remove the user in AIX - command execution stopped after entering the command.

    Both mkuser and rmuser commands not getting the output



    ------------------------------
    GDC GROUP
    ------------------------------



  • 2.  RE: Unable to remove the user in AIX

    Posted Thu May 01, 2025 04:21 AM

    UNIX-way of executing command is not to bother an administrator with unrelated messages. If everything is good, no message is produced.

    If you need a message after the execution, you can check return codes. Every command returns some exit codes, which is not shown, but can be checked:

    mycommand && echo "Done! :-)" || echo "Failed! :-("



    ------------------------------
    Andrey Klyachkin

    https://www.power-devops.com
    ------------------------------