have you read the sudo man pages?
Sudo Manual
sudo determines who is an authorized user by consulting the file /etc/sudoers
if you have user_A assigned the profile of shutdown and user_A copies the bash file over to user_B in a different location it will not work because user_B is logged in and authenticated already as user_b and the sudo file will check this when they try to login to the shutdown profile.