Krishna Logo
qa training in canada now
Divied
Call: Anusha @ 1 (877) 864-8462

 

Latest News
Home Navigation Divied
INTERVIEW Navigation Divied UNIX INTERVIEW QUESTIONS
Showing 281 - 290 of 324 Previous | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Next
UNIX INTERVIEW QUESTIONS
 
281What Do You Mean By U-area (user Area)?
Date Posted: 07/01/2012

Ans: This contains the private data that is manipulated only by the Kernel. This is local to the Process, i.e. each process is allocated a u-area.
 
 

 
 
282What Is The Command To Find Out Today’s Date?
Date Posted: 07/01/2012

 

Ans: Date

 
 
283How To Close The Current User Account?
Date Posted: 07/01/2012

we can use exit command
 

 
 
284Which Command Is Used To Identify The Type Of The File?
Date Posted: 07/01/2012

    Ans: File “grep” means globally search a regular expression and print it.
 

 
 

  Ans:  In UNIX system, an external command resides in computer disks. For ex- /bin/ls is an external command. On other hand, internal commands are built into the shell program. For ex- exit is an internal command. ...  

 
 

  Ans: Directory navigation controls are those, which are performed on directories. For ex-  ls- It show the list of directories Cd- It is used to change directory Mkdir- It is used to create new directory Rmdir- It i...  

 
 

  Ans: At any time user can determine where he is in file system hierarchy  With Pwd command, (present working directory).  For ex- % Pwd Output- /home/frank/src ...  

 
 

  Ans: 'cd' command is basically used for change directory. The various use of ‘cd’ command are: Cd (also chdir in some shells) --> change directory Cd/ -->changes directory to the system's root ...  

 
 

Ans: ‘rmdir’ command is use to remove directory. It is compulsory that the directory needs to be empty before remove it and if it is also not present working directory, Then you must first change of it. Syntax- rmdir E...  

 
 
290What Is The Use Of 'mkdir' Command?
Date Posted: 07/01/2012

Ans: ‘mkdir’ command is use to create directory.

Syntax- mkdir [option]
 
Common option
-p create parent directory
-m access permission
Ex- % mkdir /home/frank/data
Or if your present working directory is /home/frank then
% mkdir data

 
Showing 281 - 290 of 324 Previous | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | Next
Shadow Bottom
 
 
© 2005 -