
Wed Nov 27 2019
Tr Command in Linux with Examples
Tr is a command line-utility in Linux and Unix systems that translates, deletes and squeezes characters from the standard input and writes the result to the standard output.
Read more

Wed Nov 27 2019
Curl Command in Linux with Examples
Curl is a command-line utility for transferring data from or to a server designed to work without user interaction. In this tutorial, we will show you how to use the curl tool through practical examples and detailed explanations of the most common curl options.

Mon Nov 25 2019
Diff Command in Linux
diff is a command-line utility that allows you to compare two files line by line. It can also compare the contents of directories.

Sat Nov 23 2019
How to Mount Windows Share on Linux using CIFS
On Linux and UNIX operating systems, a Windows share can be mounted on a particular mount point in the local directory tree using the cifs option of the mount command.
Tue Nov 19 2019
Uptime Command in Linux

Tue Nov 19 2019
How to Delete/Remove Users in Linux (userdel Command)

Tue Nov 19 2019
How to Change User Password in Linux

Sat Nov 16 2019
W Command in Linux

Fri Nov 15 2019
Pwd Command in Linux (Current Working Directory)

Wed Nov 13 2019
How to Get the Size of a Directory in Linux
