which command is used to install an rpm package in linux in human readable way ie you can view the installation process in command line
which command(s) is used to create a file in linux
which command is used to install a package using yum
how do you assign ip address 192.168.1.25 to a network interface eth0 with netmask 255.255.255.0 and make sure its up
how do you add a default gateway 192.168.1.1 to eth1 interface
which command is used to kill a freezing linux application in suse graphical mode
how to start sendmail service and configure it to automatically start each time the machine boots
how do you shut down all network interfaces in linux without shutting down the machine
if you want to change the file permissions of a file and give the root user all previleages and everyone else only reading acess which command do you use
what command is used if you want to synchronize the time on a PC to the time on a server on the same network
which protocol is used to configure windows and linux shares
which protocol is used to transfer files from one linux machine to another in encrypted channel
which protocol is used to transfer files from one linux machine to another in an unencrypted channel
given that you want to transfer a file named linux_test to another linux machine(192.168.1.22) on the same network in the directory /home/peter using ssh, what command do you use
what is the default port for telnet