Hi friends, Here are some Linux commands, though basic but very much useful. 1) To know the ip address of the machine $ifconfig (Note – For Windows m/c its ‘ipconfig’, To get detailed information type ‘ipconfig /all’) 2) To view list of previously typed commands in command prompt $history | grep <word that need to [...]
Archive for the ‘Linux/Unix’ Category
Some useful Linux Commands
Posted in Linux/Unix, tagged Basic Commands, Linux, Unix on February 25, 2008 | 1 Comment »
Linux command for Spell Check
Posted in Linux/Unix on February 5, 2008 | 1 Comment »
We can spell check our documents in linux. The following linux command is used for spell check. We need to execute this command in the console. $spell test.txt where test.txt is the filename for which the spell check is needed. If the spell checker finds words that do not appear in its dictionary, it will [...]
How to set up a ‘Cron Job’ ?
Posted in Linux/Unix on January 30, 2008 | 2 Comments »
Friends… Many of you might have heard about the Cron Job. Specially those with some knowledge of Linux must have heard about it. We will discuss about this CRON Funda today- First of all, What is a Cron Job? On Unix systems, cron is used for automating tasks. Instead of getting out of bed at [...]