Need a custom fixlet for deleting users in linux / aix boxes batch / individual

Hi Team,
I want to create a bigfix custom fixlet which has below command to run on aix/linux boxes to delete select users. Can anybody please help…
note: /usr/seos/bin/selang -c 'ru unix

//Shell to Action Script Conversion Utility
delete __appendfile

appendfile /usr/seos/bin/selang -c 'ru unix

//modify appendfile to allow execution
wait chmod 555 "{(client folder of current site as string) & “/__appendfile”}

//execute shell script as written
wait “{(client folder of current site as string) & “/__appendfile”}”

thanks for your valuable reply and i tried to do that and getting following error :slight_smile:

Completed //Shell to Action Script Conversion Utility
Completed delete __appendfile
Completed appendfile /usr/seos/bin/selang -c ‘ru user unix’
Completed //modify appendfile to allow execution
Failed wait chmod 555 "{(client folder of current site as string) & “/__appendfile”}
//execute shell script as written
wait “{(client folder of current site as string) & “/__appendfile”}”

I think you need a closing doublequote on the chmod command.

sorry, my bad, that line should be:

wait chmod 555 “{(client folder of current site as string) & “/__appendfile”}”

Thanks for your extended support.
unfortunately i am still getting failed with exit code NONE,
and if possible check for multiple used.

advanced thanks,
sandeep