Question & Additional Information
 
Give the command to display space usage on the UNIX file system.
Add to My IQ
 

 | 
Inappropriate
Answer Title
Answer
df -lk
Question Tag Title
Tags
Question Asked At Title
Asked At
None
Question Job Title
Job Titles


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer
  • To run the count program, which will display the process identification number of the job, enter: count &
  • To check the status of your job, enter: ps
  • To bring a background process to the foreground, enter: fg
  • If you have more than one job suspended in the background, enter: fg %#

    Replace  #  with the job number, as shown in the first column of the output of the jobs command.

  • You can kill a background process by entering: kill PID

    Replace PID with the process ID of the job. If that fails, enter the following:

    kill -KILL PID
  • To determine a job's PID, enter: jobs -l
  • If you are using sh, ksh, bash, or zsh, you may prevent background processes from sending error messages to the terminal. Redirect the output to /dev/null using the following syntax: count 2> /dev/null &
  • Create Date
    :
    Sunday, May 11, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    Be the first one to answer the question Click here to answer
    Click here to improve the Interview Question, Answer and other fields.
    Comments (1) :
    1.
    Linda
    Thursday, November 20, 2008 6:10 PM
    I work on projects. I work with operators on improvments. I assist in areas that are behind.
    I clean areas. I assure operators are busy and putting out good product.
    Flag this interview question as inappropriate Inappropriate
    See Answer
    when the costumer share a problem... then, unfortunately i made them smile and give the best advice to make them satisfied.




    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    On AIX use  --
    groups -To Display full list
    id -G - To display group id number

    On Solaris use --
    groups - To display full list
    id -a - To diaplsy full list of groups with group id numbers

    Create Date
    :
    Wednesday, March 19, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    1."I am good at giving constructive criticism to my coworkers.
    This    honesty is something I'm very proud of and have found
    essential to    having open working relationships."
       
    2."I consider myself to be very consistent. I have proven myself
    to be    someone who can be counted upon to do what is
    expected."
       
    3."I would have to chose between two skills. I am very proud of
    my    determination and ability to get things done. At the same
    time, I am    very proud of my analytical abilities and problem
    solving skills.  These skills combine to give me a unique
    ability to solve problems and then implement the solutions."
    Create Date
    :
    Thursday, October 16, 2008
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    There are 3 main uses for the static.
    1. If you declare within a function:
    It retains the value between function calls

    2.If it is declared for a function name:
    By default function is extern..so it will be visible from other files. if the function declaration is as static, it is invisible for the outer files

    3.Static for global variables:
    By default we can use the global variables from outside files If it is static global..that variable is limitied to with in the file
    Create Date
    :
    Tuesday, September 11, 2007
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (1) :
    1.
    anujtripathi
    Thursday, October 16, 2008 10:42 AM
    Gud Xplanation !
     
    • More Related Questions: