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 Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the options of wc command?

538


What is cd command used for?

557


What is the use of ls command?

483


What is mkdir?

528


Write a command that will look for files with an extension "c", and has the occurrence of the string "apple" in it.

1155






What is the difference between kill and kill in linux?

760


What does mkdir do in linux?

526


You want to copy the user’s home directories to a new location. Which of the following commands will accomplish this?

557


Explain about gzip filename?

563


Explain about lpr filename?

594


How do I set permission to run in linux?

566


What is the fastest way to enter a series of commands from the command-line?

527


What is file and example?

604


What is tail command in linux?

533


What language is clang written in?

483