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?

Answers were Sorted based on User's Feedback



1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / ajit mohan b

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 ?    9 Yes 0 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / ajit mohan b

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 ?    4 Yes 0 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / susheel narayan singh hcl

Ans for question
2- disk is mount read only

Is This Answer Correct ?    4 Yes 0 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / rob

7. dmidecode is the answers folks.

Is This Answer Correct ?    3 Yes 0 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / diadems

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 ?    1 Yes 0 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / amit rana

7. I think this question is related with hardware
configration of pc,to see complete configration of hradware
followings commands are used:
a. dmidecode
b. kudzu -p
c. hal -device

Is This Answer Correct ?    2 Yes 1 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / balasundaram

1. We can use the command, init <run level>.

2. It has many reasons,
a. Quota may touched to allocated hard limit.
repquota <mount point>
b. Capacity of the hard disk itself is 5GB. So 100%
utilization happened already.
df -h
c. inode limit may reached its maximum limit
df -i

Is This Answer Correct ?    2 Yes 1 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / debjyoti

2. check the /var/log/messages for confirmation what is the
problem

Is This Answer Correct ?    0 Yes 0 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / saravanan

2.First check whether u have writable permission or not.If no write permission means
Use this command #chmod 666 directory name

7.All the configuration has been stored as a kickstart file. using that file we can install os in many system with same configuration.
file location---> /root/anaconda-ks.cfg

Is This Answer Correct ?    0 Yes 0 No

1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utiliza..

Answer / sachin mali

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 ?    3 Yes 6 No

Post New Answer

More Linux Commands Interview Questions

Which command is used to check the number of files and disk space used and the each user’s defined quota?

0 Answers  


What is bash command?

0 Answers  


How to monitor ports in a linux machine, with single command?

7 Answers  


Linux system monitoring Tools?

6 Answers   HCL, IBM,


What is the bash in linux?

0 Answers  






How can I only see the first 14 lines of a file?

5 Answers  


What is devops model?

0 Answers  


What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?

0 Answers  


What is grep command?

0 Answers  


Which command is used to clear the screen?

0 Answers  


What is in mkdir command?

0 Answers  


Which of the Commands delete the files from the /tmp directory, issued by non-root user?

0 Answers  


Categories