Study of Unix & Commands
Study of Unix & Commands
OPERATING SYSTEM :
History
1970s
In the 1970s the project was named Unics, and eventually
could support two simultaneous users. Brian Kernighan
invented this name as a contrast to Multics; In 1973, Unix
was rewritten in the C programming language, contrary to
the general notion at the time "that something as complex
as an operating system, which must deal with time-critical
events, had to be written exclusively in assembly Language"
1980s
An early-1990s style Unix desktop running the X Window
System graphical user interface. Shown are a number of
client applications common to the MIT X Consortium's
distribution, including Tom's Window Manager, an X
Terminal, Xbiff, xload, and a graphical manual page
browser.1990s
2000 to present
Components
Unix impact
Command : Date
Command : cal
Command : echo
Command : who am i
Command : who
Command : clear
Command : mkdir
Command : rmdir
Command : cat
Command : pwd
Command : cd
Command : cp
Command : mv
Command : rm
Command : ls
Command : wc
Command : head
Command : tail
Command : more
Command : grep
Command : sort
Command : cut
Command : paste
Command : tr
Command : mesg
Command : write
Command : wall
Command : mail
Command : reply
Text Editors
Text editors are similar to word processors, providing
various features for writing documents. Several text
editors are available on Linux.
Vi Editor
Start the Vi editor by typing vi at the prompt. Typing vi
followed by a file name will automatically name the file so
you don't have to worry about it later.
Vi has two modes: Command mode that lets you use commands
to edit, save, or quit; and Text mode that lets you type.
If you attempt to do something in the wrong mode, the
system beeps furiously at you until you either stop
pressing keys or scream. Use the Esc key to change from one
mode to the other.
Press the Esc key to switch from Text mode to Command mode.
Moving Around
Text Insertion :
Deleting Data :