To find out the version of the NetBackup client you are running, you can use the command below: cat /usr/openv/netbackup/bin/version For the...
To print the last field in a file called testfile, you would use the awk command like this: awk ‘{print $NF}’ testfile...
If you cannot restart ypbind using the following command: service ypbind restart then one of the following is likely true: * The...
You can use a command called mysqldumpslow to analyze the slow login in MySQL. To you use it, you must first enable...
To set the date following syntax to set new data and time: date –set=”STRING” For example, to set the new date to...
Typically, most wireless routers are accessible from the IP address 192.168.1.1. If you have a wireless router, you should be able to...
To find out if your processor(s) is/are 32-bit or 64-bit, you can check the /proc/cpuinfo file. If you have a 64-bit processor,...
To determine how many virtual processors are installed and how many cores they are, you can do the following: How many virtual...
To determine how many physical processors are installed in your linux server, you can run this command: grep ‘physical id’ /proc/cpuinfo |...
If your HP-UX server is completely unresponsive, you can force a crash dump by performing the following steps. 1. Login to the...