To restrict ssh access on a specific server to a few users, you can update the file /etc/ssh/sshd_config To allow the users...
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...
Let’s say you have just started a job where you are the sole Linux admin and the previous Linux admin can’t be...
If you cannot restart ypbind using the following command: service ypbind restart then one of the following is likely true: * The...
To set the date following syntax to set new data and time: date –set=”STRING” For example, to set the new date 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...
To create a bonded interface on a Linux server or desktop, do the following: 1. Create a bond0 configuration file vi /etc/sysconfig/network-scripts/ifcfg-bond0...