Q. I am a new proud Linux user. My question to you is – how do I find which kernel version installed on my Linux system? How do I upgrade my kernel to latest version? Any help would be greatly appreciated.
A. The Linux kernel is the central component of most computer operating systems (OSs). [...]
Q. I know how to mount an ISO image in Sun Solaris UNIX and Linux. I was just wondering if there is a way to mount an ISO image in IBM AIX UNIX.
A. You need to type the following commands:
=> crfs: Adds a file system.
=> dd: A raw copy tool for UNIX
=> chfs: Changes attributes [...]
Q. How do I change DNS search order in Linux? In order to improve performance I need to make changes.
A. Under Linux you need to use /etc/nsswitch.conf file which is used by system databases and Name Service Switch configuration file
Various functions in the C Library need to be configured to work correctly in [...]
Q. I know chmod command needs to apply to each shell script to make it executable. I’m wondering is if there’s a way to run a shell script without changing file access permission.
A. You can simply use following format
shellname {/path/to/scriptname}
OR
. {/path/to/scriptname}
For example if a shell name is bash and a script name is chkhealth.bash, [...]
Q. Hey quick question – How do I mail files from AIX / HP-UX UNIX as attachments from my shell scripts or command line?
A. If you have mutt mail client installed, use the mutt as described here.
If you don’t have mutt installed use the following command to email files as attachment from UNIX command [...]
Q. How do I monitor my IBM AIX UNIX system for CPU performance? What command I need to type in order determine CPU bottlenecks?
A. Like any other enterprise grade UNIX operating system, AIX comes with following tools / utilities to monitor CPU:
=> lparstat
=> vmstat
=> sar
=> procmon
=> nmon
Task: vmstat command
Use vmstat command to reports AIX virtual [...]
Q. How do enable console redirection in the BIOS Console redirection? It will allow me to see my remote dedicate server boot information and any diagnostic information that is normally printed to the screen. I’ve already enabled serial ports in my server BIOS and wired them up. Now how do I configure and access Linux [...]