NFS (Network File System) is a file-sharing protocol that allows a Linux system to share its file system with other systems over a network. It…
2 CommentsCategory: OS Issues
To change the timezone in Linux, you can use the timedatectl command. You can use the list-timezones option to see a list of all available…
Leave a CommentIostat is a command-line tool that can be used to monitor input/output (I/O) statistics of a Linux system. It can be used to identify I/O…
Leave a CommentThe find command in Linux is used to search for files and directories in a specified location. All UNIX Admins and DBAs use it very…
Leave a CommentThere are several ways to run a command in a loop in Linux. Some of these with simple examples are listed below. This can prove…
Leave a CommentThe mount command in Linux can be used to mount Network File System (NFS) shares. NFS is a protocol that allows files to be shared…
Leave a CommentWe wanted to keep track of an HTTP link and receive email alerts when there were any changes to its IP addresses. To accomplish this,…
Leave a CommentIf you are trying to increase your disk partition in the Linux Server and you are getting below error then you are hitting the 2TB…
Leave a Comment