> 1.how do we restart the 20  apache servers within 2 minutes
> using ssh connection.

script it with password-less SSH.

> 3.when we using the top command on what basis it will give
> priority to display the process

By default, based on CPU utilization. But you can change this using
top's interactive commands. Read man top.

> 4. main difference between linux filesystem vs windows

Linux use single Hierarchical FS, which starts with /. Windoz follow
multiple hierarchical FS and each one linked with a drive(C,D,..).

> 5. how do we filter the warning log message from
> /var/log/maillog

Use grep with appropriate pattern and redirect the output to an
another file.

> 7.Default block size in linux

FS Block size is variable. By default 4096.

> 8. A system has 2 nic cards. how do we check which one is up

Use ifconfig or ip command and use the Mac to identify the NIC.

Bye :)
-- 
Bharathi S
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to