Thread: A question for exprienced Unix Administrators

  1. #1
    Banned
    Join Date
    May 2007
    Location
    Berkeley, CA
    Posts
    329

    A question for exprienced Unix Administrators

    There are two Unix systems that I use that support over 100 people at any given time. On both of these sytems, it shows the admin idle for like 16 days. When I looked the admins processes, all it shows is them idiling at the shell. I asked someone on the one system why the admin idled. They told me "They are really busy, you just don't see it."

    So the questions are...

    1)How does the admin fake his idle time?

    2)What is the purpose of faking the idle time?

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    First guess, they have many terminal sessions on the go, and they don't use all of them all of the time.

    Second guess, it's a privilege thing. You (as a normal user) are not allowed to see information on super-user processes.

    Third guess, the accounting system has been configured to omit admin activity.

    Short answer, they're god, you're not, and they work in mysterious ways.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    Several god (one)? Not gods (many)?
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  4. #4
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    I'm looking around on my desktop and I have several terminal windows that have been open for days with no activity. Why? Uh... Because I forgot to close them? Because I might need them later?

    The real question is:

    How does brewbuck fake his idle time, and why does he fake it?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. another do while question
    By kbpsu in forum C++ Programming
    Replies: 3
    Last Post: 03-23-2009, 12:14 PM
  2. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  3. question about open file in unix system
    By wu7up in forum C Programming
    Replies: 6
    Last Post: 03-13-2003, 06:20 AM
  4. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  5. Very simple question, problem in my Code.
    By Vber in forum C Programming
    Replies: 7
    Last Post: 11-16-2002, 03:57 PM