ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Operating Systems  >>  Linux  >>  Linux Commands
 
 


 

 
 Linux Commands interview questions  Linux Commands Interview Questions
 Linux Threads interview questions  Linux Threads Interview Questions
 Linux IPC interview questions  Linux IPC Interview Questions
 Linux Socket Programming interview questions  Linux Socket Programming Interview Questions
 Linux System Calls interview questions  Linux System Calls Interview Questions
 Linux AllOther interview questions  Linux AllOther Interview Questions
Question
1.I want to change runlevel but the Users shall not be
disturbed?how?
2.Disk have 5gb disk utilization even though files unable to
create, why?
3.what are the internal and external command in linux?
4.sar command o/p?
5.how list the open files?
6.what is kernel compiling?
7.How do u See complete configuration in ur system?
8.how will u make a daily updates with cron daily?
9.which port is associated with ttys0?
10.specific some problems linux admin(if u are linux
admin)faced and how did u overcome it?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: 1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utilization even though files unable to create, why? 3.what are the internal and external command in linux? 4.sar command o/p? 5.how list the open files? 6.what is kernel compiling? 7.How do u See complete configuration in ur system? 8.how will u make a daily updates with cron daily? 9.which port is associated with ttys0? 10.specific some problems linux admin(if u are linux admin)faced and how did u overcome it?
Answer
# 1
1. For changing the runlevel you should have to go in
/etc/inittab. There you can change the runlevel what you
want.It will not affecting current user. After restarting
system your system will boot in which run level you have set. 

3. Internel command means whichever command are builtin the
system BIOS. And External command means Which are
nonbuiltin.It outside the shell. It require shell.

4. VMstat & sar are showing the free memory of the system.
5. ls command is use list a file & cat & vi is to open a file.
6.
 
Is This Answer Correct ?    1 Yes 2 No
Sachin Mali
 
  Re: 1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utilization even though files unable to create, why? 3.what are the internal and external command in linux? 4.sar command o/p? 5.how list the open files? 6.what is kernel compiling? 7.How do u See complete configuration in ur system? 8.how will u make a daily updates with cron daily? 9.which port is associated with ttys0? 10.specific some problems linux admin(if u are linux admin)faced and how did u overcome it?
Answer
# 2
1) Same answer as above

2) Question not understood, may be ACLs

3) It is not BIOS, 
A built-in (internal/resident) command is one that is
contained within the bash tool set and execute faster than
external commands.

An non-built-in (external/non-resident) command is a command
outside the shell and requires a $PATH (environment
variable) to find it.  

4)Displays the activity for the CPU

# sar
Linux 2.6.18-6-686 (server.domain.local)       09/16/2008
11:31:56 AM       LINUX RESTART

5) # lsof

6)The Linux kernel is a complex program which provides the
underlying services to the rest of a Linux distribution. But
it is easy to add new features or improvements to it,
requiring a kernel recompiling. There are three reasons for
a kernel compile. Firstly, you may have some hardware that
is so new that there's no kernel module for it in on your
distribution CD. Secondly, you may have come across some
kind of bug which is fixed in a revision of the operating
system. Lastly, you may have some new software which
requires a newer version of the operating system. 

7)A vague question

8) Suppose we have a daily update script called dailyupdate.sh
Copy the script to /etc/cron.daily/

# cp dailyupdate.script /etc/cron.daily/

Make the file executable

# chmod +x /etc/cron.daily/dailyupdat.sh

9) COM1

10) Depends...
 
Is This Answer Correct ?    2 Yes 0 No
Ajit Mohan B
 
 
 
  Re: 1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utilization even though files unable to create, why? 3.what are the internal and external command in linux? 4.sar command o/p? 5.how list the open files? 6.what is kernel compiling? 7.How do u See complete configuration in ur system? 8.how will u make a daily updates with cron daily? 9.which port is associated with ttys0? 10.specific some problems linux admin(if u are linux admin)faced and how did u overcome it?
Answer
# 3
4) Detailed sar output

Linux 2.6.18-6-686 (server.domain.local)       09/16/2008

11:31:56 AM       LINUX RESTART

11:35:01 AM       CPU     %user     %nice   %system  
%iowait    %steal     %idle
11:45:01 AM       all      0.71      0.00      0.19     
0.18      0.00     98.92
11:55:02 AM       all      1.53      0.00      0.19     
0.26      0.00     98.02
Average:          all      1.12      0.00      0.19     
0.22      0.00     98.47
 
Is This Answer Correct ?    1 Yes 0 No
Ajit Mohan B
 
  Re: 1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utilization even though files unable to create, why? 3.what are the internal and external command in linux? 4.sar command o/p? 5.how list the open files? 6.what is kernel compiling? 7.How do u See complete configuration in ur system? 8.how will u make a daily updates with cron daily? 9.which port is associated with ttys0? 10.specific some problems linux admin(if u are linux admin)faced and how did u overcome it?
Answer
# 4
1. use init <runlevel>, at runtime.
2. disk quota has been set and reached for the current user.
3. same as above
4. same as above
5. same as above
6. lay man definition, adding support for required hardware
and modules in the Linux kernel.
7. sysreport, question too generalized, 
8. same as above
9. same as above
10. :)
 
Is This Answer Correct ?    0 Yes 0 No
Diadems
 

 
 
 
Other Linux Commands Interview Questions
 
  Question Asked @ Answers
 
script is like x=10; y=20; [$x-ne$y]; echo $ please give me output. Google2
What would you do when all the processess hangs and there is no other option in unix? HP1
what is major and minor? IBM1
what is initrd image? Oracle4
how do u find remote machine operating system and version? Wipro5
How do you find out the server processes running? HP2
How do you read ext2/3 file system in windows? HP3
how to see unallocated hard disk space on linux HCL2
how is the possible the "last 10 files present in the current directory and stores them in the file list". Google6
how do find all failed login attempts via ssh? TCL4
what is user mode & kernel mode?  3
what is QUOTA-V Google3
what is mean by system calls Infotech2
what is command for "calj2007" Google2
some one is asking my machine is slow what is your steps? Oracle3
what is the standard output in a file as well as disply it on the terminal options like A)pr B) tail C) tee D)nl Google2
have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do? HP3
What does the top command display? Yahoo8
find out what file systems supported by kernel?  3
in unix how to change old name to new name Google6
 
For more Linux Commands Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com