Search Results

Search: Posts Made By: dnidiffer
7,219
Posted By dnidiffer
script to create users on many servers
Hi all, working on script to create a user acct on all our servers.

for i in `cat $host_file`; do
ssh $i /usr/bin/sudo /usr/bin/mkuser id='bpadm' gecos='NetBackup Admin' 2>&1 >> $log
done
...
19,841
Posted By dnidiffer
crontab -e and look for the script.
crontab -e and look for the script.
5,653
Posted By dnidiffer
if you could append a date stamp to the end of...
if you could append a date stamp to the end of the files you can easily find and remove the files you need. I dont think your generic function will work in a ftp session.
2,645
Posted By dnidiffer
Polling/Interrogate Directory Questions
Hello, need some ideas on the control statement for a script that will watch a directory, looking for any duplicate records as they are added.

I was thinking about a process that would watch the...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 03:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy