Writing a script for setting up Quotas on an ss7110 nas device.
I'm trying to write a script on a ss7110 NAS device to create quotas for many users. When I SSH into the device under the CLI, there are just a few commands to run set name and set quota then commit the changes. That works ok for a just a couple users but i have a few thousand users to get up and running. The goal would be for the script to reference a file with the user names then within the script set the quota size. So the script would only use reference file to pull the user names. I |
0