Question & Additional Information
 
what is tar command?
Add to My IQ
 

Answer Title
Answer

Tar command is used to archiving, copying, extracting.
Tar -cvf   is for archieving
Tar -tvf    is for copying
Tar -xvf   is for extracting

 

Question Tag Title
Tags
Question Asked At Title
Asked At
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
    An MSI installer, a CAB archive, and XCOPY command.
    Create Date
    :
    Tuesday, May 13, 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
    CorDBG - command-line debugger.  To use CorDbg, you must compile the original C# file using the /debug switch.                                                                                                                                 DbgCLR - graphic debugger.  Visual Studio .NET uses the DbgCLR.
    Create Date
    :
    Tuesday, May 13, 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
    Compile it with the /doc switch.
    Create Date
    :
    Tuesday, May 13, 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
    You can open excel in QTP by using the following command
    Create Date
    :
    Tuesday, May 13, 2008
    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
    The browser sends a DAV packet to IIS asking to perform a document check in. PKMDASL.DLL,
    an ISAPI DLL, parses the packet and sees that it has the proprietary INVOKE command. Because
    of the existence of this command, the packet is passed off to msdmserv.exe, who in turn processes
    the packet and uses EXOLEDB to access the WSS, perform the operation and send the results
    back to the user in the form of XML.
    Create Date
    :
    Tuesday, May 13, 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 
     
    • More Related Questions: