Questions 1 - 10 of 35
Close
Flag this interview question as inappropriate Inappropriate
See Answer
Incremental backup is daily backup.Only updated files are backed up.
Create Date
:
Tuesday, March 11, 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
profile is a file in the users home directory which contains details of user
environment The user working shell, path, mail are few variables which will be
defined in user profile file. The contents in profile works at user level.
Create Date
:
Tuesday, March 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
egrep is a command that allow you to generate a listing using variables
egrep "First|Last"
this would produce a listing that gave only the data from the file queried that were associated with the variables Firt  and Last.
Create Date
:
Tuesday, March 11, 2008
Tags
:
Asked At
:
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
By following these steps we can recover a system when root password has lost -
-> first come to ok prompt by init 0 command.
-> enter into single user mode  #init -s
-> mount /dev/rdsk/c0t0d0 /a
-> edit shadow file by vi /a/etc/shadow  and  Remove the password
-> change to root directory #cd /
-> unmount the directory #umount /a
-> reboot the system
Create Date
:
Tuesday, March 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
A filter is a Unix command that do some manipulation of the text of a file. The most powerful and popular Unix filters are sed and awk commands.
Create Date
:
Tuesday, March 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

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

 

Create Date
:
Tuesday, March 11, 2008
Tags
:
Asked At
:
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