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------------------------------
Original Message:
Sent: Wed April 30, 2025 07:35 AM
From: GDC GROUP
Subject: Unable to remove the user in AIX
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
------------------------------