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: woche
  • Content: Threads
  • Order by date
  1. woche

    switch user and execute expect script

    hi all i'm trying to write some test driver for our application. i'd like to create scripts which allow me to switch user and from there on talk to the application as the user i've switched to. preferably i logon as every different user (i need several users with different permissions)...
  2. woche

    batch execution and mkfifo

    hi i'm trying to set up a named pipe, stuff in some commands and - from another programm - execute the commands in the pipe. i thought, that after execution of the pipe, the pipe itself would die (disappear) - but mine doesn't: << program 1 >> mkfifo MYPIPE 'ps -ef' > MYPIPE & ...some time...
  3. woche

    IFS problem

    hi this seems like a simple question: HOW DO I SET THE IFS VARIABLE IN MY SCRIPT? i just can't get it to work! i tried different things: IFS=&quot;.&quot; IFS=. IFS='.' echo $IFS # never returns what i want, just blank but non worked. i'm trying to define ifs at the beginning of my...
  4. woche

    writing a daemon

    hello i'm trying to write a shell script which does something in a loop, ignores some signals (HUP,...) -etc. -> make it behave somewhat like a daemon. my problem: how can i communicate with my &quot;daemon&quot;? after having started the script as a background process, i would like to log off...
  5. woche

    rename symbolic links

    Hi Has anyone got an idea of how to rename a symbolic link other than deleting and recreating the links. thx woche
  6. woche

    cannot clear /var/adm/ras/errlog

    Hello I got a problem with the errclear utility: I get an &quot;unexpected eof&quot;-error every time the cron job starts the utility. The size of errlog = 0. Maybe it was cleared using &quot;> errlog&quot; - which doesn't seem to be a good idea (I don't understand why). so I copied the errlog...
  7. woche

    cannot su to &lt;someone&gt; in cron-job

    hi I'm trying to run a command through a cron-job. The command executes a REXX-Executable. I'm not quite sure &quot;who I am&quot; when I run the REXX as cron (->root?). Anyway, I try to set my environment variables to those required by running '.profile' at the beginning of my REXX. That didn't...
  8. woche

    root-directory full?

    hi 1.: When I submit an &quot;ls -al&quot; command on the root-directory the system just spins, gives me no listing or error-message. Strangely, &quot;ls&quot; works. The &quot;ls -al&quot; command works on all the other directories. Is it possible, that there's no more room in my...

Part and Inventory Search

Back
Top