Skip to Content

How to mount NFS share in Ubuntu is a common problem. NFS is a protocol that allows you to mount and unmount file systems from the network. When you are trying to mount NFS share, you should know the following commands to do this. If you are having difficulties mounting an NFS share, read this …

Read More about How Mount Nfs Share Ubuntu?

The lsblk command lists information about block devices. It reads data from the sysfs filesystem and the udev db to determine which devices are available. The output is a tree, with columns labelled NAME, MAJ, MIN, and RS. If you’re using lsblk in a script, you should avoid the default output. Instead, you should specify …

Read More about What is Lsblk in Linux?

You can calculate the sum of two numbers on a Linux system using a shell script. A sum command accepts input from STDIN and waits for the input before displaying the results. This command has several options, and each is documented on the sum man page. Himanshu Arora has been working on Linux since 2007. …

Read More about How Do You Sum in Linux?