Linux – Use the Terminal to Display a Calendar
In Linux environment, we can view the calendar directly in the terminal. To do this, just simply use the “cal” command
cal command is used to display the calendar. Below are the syntax:-
cal [options] [month{1-12}] [year{1-9999}] Read more
Forgotten root Password
I forgot my Red Hat Server root password. What i need to do to recover the root password?
In RedHat Linux, we can recover the root password by log in single-user mode and create a new root password.
Below are the steps:-
- Power on, or reboot your RedHat Machines
- At the boot loader menu, use the arrow keys to highlight the installation you want to edit and type [A] to enter into append mode.
Read more
How to list out Hidden Files and Folder in linux
In Windows XP/Vista/7, we can easily view the hidden files or folder by check the “view hidden file” option. How about linux? Linux do not have “view hidden file” option, any idea?Here are the quick tip:-
