Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. tdang2

    adding new user, using unix, linux scripts, please help

    hi thanks Ed, could u help me with the other two posts? thanks
  2. tdang2

    missing script, please help....

    1.#!/usr/bin/ksh 2. # this is /home/wm/bin/changeareacode find /webdocs -type ______ _________ | sed...... could you help me to fill out those two empty line? thanks
  3. tdang2

    command problem, please help...

    I am in charge of organization's server. I need to write the shell command that will give at some time during the week preceding this change, to carry out this change at 3:15 AM Sunday . can I used the "at" command to schedule this job? if so, how? please help me with the command. thanks
  4. tdang2

    adding new user, using unix, linux scripts, please help

    Hello Ed, I have some questions regarding to the script that you posted in your link: where are all these variables ($dop, $sop, $kop etc) set? what do they mean?
  5. tdang2

    adding new user, using unix, linux scripts, please help

    Thanks for the help, Ed. I really appreaciate that. I also have a question about your script, do I need to add anything else with your script, like in b/w those brackets?
  6. tdang2

    adding new user, using unix, linux scripts, please help

    well, it's my bad, I should have try before asking for help. anyway, here is what I came up with and please help me at your will. #/usr/dt/bin/dtksh echo "useradd was invoked with the following arguments:" echo ${@} #useradd dang dang:passwd:105:20:Tuan:/home/dang:/bin/dtksh...
  7. tdang2

    adding new user, using unix, linux scripts, please help

    thanks Ed, I still confuse about those scripts cauze they are not exactly what I am looking for.
  8. tdang2

    adding new user, using unix, linux scripts, please help

    Hello all, I am taking unix and linux classes now and I have a problem with adding a new user by using unix and linux scripts. please help me with the script that adding a new user. here are the requirements: 1. edit the passwd and shadow files to define the user's account. 2. set an initial...

Part and Inventory Search

Back
Top