HP Unix Interview Questions and Answers part 4
Q: - Why is install.log so difficult to read?
The installation messages that are logged into install.log are obtained by Ignite-UX from multiple sources including...
HP Unix Interview Questions and Answers part 3
Q: - When igniting from an archive, why do I get numerous samreg errors ?
The problem is that the SAM filesets have not been...
HP Unix Interview Questions and Answers part 2
Q: - How to change kernel parameter in 11.11 and 11.31
in 11.31
#kctune parameter=value
before change the value check whether this parameter change required reboot or...
HP Unix Interview Questions and Answers part 1
Q: - How to find recently added lun in hp unix box ?
#ls -lrt /dev/disk/*
then take the latest dated disk path and check th...
SuSe Linux Interview Questions and Answers
Q: - What is Suse Linux ?
Suse Linux is a computer operating system. It is built on top of the open source Linux kernel...
Redhat Linux Interview Questions and Answers part 11
Q: - /proc/ directory contains a number of directories with numerical names. What is that?
These directories are called process directories, as they are named...
Redhat Linux Interview Questions and Answers part 10
Q: - which utility or command is used for creating software RAID’s for RHEL5?
mdadm
Q: - Can we create software RAID during Linux installation?
Yes, we...
Redhat Linux Interview Questions and Answers part 9
Q: - Can we convert ext2 filesystem to ext3 file system?
Yes, we can convert ext2 to ext3 file system by tune2fs command.
tune2fs –j /dev/<Block-Device-Name>
Q:...
Redhat Linux Interview Questions and Answers part 8
Q: - What is the difference between ext2 and ext3 file systems?
The ext3 file system is an enhanced version of the ext2 file system.
The...