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: *

  • Users: adaaje
  • Content: Threads
  • Order by date
  1. adaaje

    Problem with crontab, help pls...

    Hi guys, I'm still newbie using crontab. I just have something wrong with me crontab. first if I input the job by using : crontab -e and then input the job : 12 17 * * * ./CheckMissingFiles.ksh 4 and I checked it by typing "crontab -l", and they brought up : 12 17 * * *...
  2. adaaje

    how to enlarge font size in xterm...

    Hi guys, I know it's abit newbie, but I'm struggling to change the font size in my xterm. I had a look in "man xterm" and I try to type "xterm -fs 20", but the font size didnt change... Please don't laugh, but help thx...
  3. adaaje

    Control M question

    Hi guys, Sorry probably this is abit not appropriate, but I need your guys opinion. Do you guys know where is the best forum of Control M for me to learn and pass some questions which has quick response as good as this forum ? Or do you guys join any Control M forum ? Cause my job now dealing...
  4. adaaje

    how to schedule script without using cron

    Hi guys, I would like to run my script every day at 8.00 am and 10.30 am except saturday and sunday, but I don't have cron installed in my account. How do I do that ? Thanks in advance
  5. adaaje

    script to run command whether $2 exist or not, help pls

    Hi guys, I've been struggling to create a script with condition whether $2 exist or not, so the logic is : if $2 == "" exit 1 if $2 == "email" mail -s "test" ... else exit 1 how do I code it in ksh, I tried to code like above. But when I tried to execute the script, let's say the...
  6. adaaje

    Simple question, Change the date format

    Hi guys, I would like to change the date format from : Fri Jun 16 18:14:32 2006 into : 20060616 I know to grab "2006" and '16', but what about to change Jun into 06, I'm sure you guys have quick idea to change this. Thanks in advance guys,
  7. adaaje

    message script

    Hi guys, I'm trying to create a script to tell me if there's any file coming into my directory... So the idea is if there's any file coming to my directory, it will give me the message about this file just came in... in pseudo code I think I'll get the latest time of directory and if there's...
  8. adaaje

    VNC problem

    Hi guys, In my linux server, it's already installed vncserver, but when I type "vncserver". they give me the number of vncserver which is [servername]:1 but when I tried to connect from client windows OS, I was unable to connect to. And when I see the vnc log files, I saw this message : Xvnc...
  9. adaaje

    Application to run my linux environment under windows OS

    Hi Guys, I have dual boot OS, which is linux mandriva 10 and windows XP. I just wanna ask whether there is any application that can run my linux environment under windows OS by doing ssh or whatever? So, I still have linux handy and if I wanna play games under windows I don't have to restart...
  10. adaaje

    How to tell GNU sed or common sed(simple but I need it)

    Hi guys, I tried to running some sed command in my linux something like [sed '/|$/!N;s/\n//'], but it doesn't work same as my unix sed. I assume my linux has different sed format, I typed in my linux : "man sed" and it said : NAME sed - manual page for sed version 4.1.3 ... GNU sed...
  11. adaaje

    checking the bundle of files after ftp

    Hi guys, I have the number of files and I need to check the files before transfer via ftp and the files after transfer, whether there is any file missing via transfer or not. Because the way it's transfer from the system is file by file, it doesnt tar it or zip it first. So, some kind a "mput...
  12. adaaje

    linux installation problem, "Disabling IRQ #18", Help pls...

    Hi Guys, I just installed mandriva 10, and when I started to install it . first my computer read from DVD ROM to install linux from bootable DVD. And I got the message "Disabling IRQ #18", but the installation keeps running. During the installation until the step of installation bootloader...
  13. adaaje

    simple explanation about xargs pls...

    Hi guys, I have a problem to understand "xargs" command help. I tried to look at xargs command help, but it's so many function and I don't understand. Could you guys give me basic understanding or sample to use it ? THX GUYS.
  14. adaaje

    How to create an account in UNIX server

    Hi guys, I've been using unix server for a while and Just wondering how to create an account into unix server ? Also how to see how many users using the servers (active and inactive) ? Do I need root access for that ? Thx guys
  15. adaaje

    explanation about EOF pls...

    Hi guys, I've got the code... #!/bin/sh echo 'what is the value? ' read value cat <<EOF The value is $value EOF what's the EOF means pls? and what does it do?
  16. adaaje

    explanation about UMASK and other relations pls...

    Hi Guys, I know that my Solaris default umask value is 022 and I can simply change the mode to anything, but the first question is, Is there anyway to change my umask value permanently for my login account ? second question is, after I change the files into 775 and I list them, at the end of...
  17. adaaje

    linking to new IE window to open PDF files...

    Hi guys, I've got this part of xml code - <Context path="/awn" docBase="../../ANav/Web" debug="0" reloadable="true"> <Logger className="org.apache.catalina.logger.FileLogger" prefix="localhost_anav_log." suffix=".txt" timestamp="true" /> </Context> <Context path="/pdfboeing737800SRM/"...

Part and Inventory Search

Back
Top