Tag Archives: command line

date linuxstall

How to display a digital clock in Linux terminal?

  A clock is nothing special, we have tons of it but when it comes to linux the joy of accomplishing anything on command line is heavenly. In this document…

view file in linux

How to view contents of a file in Linux

You can use any of the method given below to view contents of a file in Linux. Let us say the file name is “filename”. Then you can view its…

random password from command line

Your own command line password generator!

When you need to create a random password, stop brain storming over random characters as you have Linux command line at your disposal. It can accomplish things perfectly and, there…

log files in realtime in linux

View log files in real time

Most of the log files in linux can be found in /var/log . You can go to this directory with cd command but root permission is required. cd /var/log To…

linux command line cheat sheet

Linux Command Line tips that every Linux user should know

Below is the collection of Linux command line tips which I’ve found useful for Linux users. To get more information about the command mentioned below just open your terminal and…