I need to know how I can create users from either a Perl script or a batch script.
the script would need to take the username and password from command line parameters and use useradd (unless there is a more technical way that would be easier) and smbpasswd (unless there is a more technical way that would be easier) to add a user to the linux system and to the samba system.
thanks!
the script would need to take the username and password from command line parameters and use useradd (unless there is a more technical way that would be easier) and smbpasswd (unless there is a more technical way that would be easier) to add a user to the linux system and to the samba system.
thanks!