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 SkipVought 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. ilTinus

    identifying a remsh executed script

    Local means interactive? Try 'tty' command. If not try to look at your process tree if a 'remsh' is present somewhere in the parent list. Yours, Mauro
  2. ilTinus

    Restrain running the same script at the same time?

    Use a semaphore/flag like a temporary file or look for the process already running, 'ps -ef' or 'ps -ax'. Yours Mauro
  3. ilTinus

    Shell Script and Cron

    S'thing like: . .profile will work in sh or ksh... or equivalent for other shells Yours, Mauro
  4. ilTinus

    Shell Script and Cron

    Yes you have to ... profile's never executed by cron. Yours, Mauro
  5. ilTinus

    Print certain lines only ?

    Try with: awk 'NR==2||NR==3||NR==5||NR==7||NR==14' <file> Yours, Mauro
  6. ilTinus

    Swapinfo

    Queenie - unfortunately when all the PCT UTIL on the &quot;Total&quot; line get to 100% your system's not allowed to allocate any more memory, since it cannot garantee anymore &quot;virtual memory&quot; to your processes. You never get 100% in the devices swap utilization and lots of space in...
  7. ilTinus

    Swapinfo

    Johnathon - the &quot;memory&quot; line refer to the PseudoSwap feature of the HP-UX, which is by default enabled and is from my point of view of little use, unless you don't have enough physical disks to create a sufficiently big disk swap area space. Anyway check the last...

Part and Inventory Search

Back
Top