01 Introduction To Linux V 2
01 Introduction To Linux V 2
– SCJ1023
Introduction to Linux
Associate Prof. Dr. Norazah Yusof
What is Kernel?
• Kernel is the core of Linux Os (Operating
System).
• It acts as an
intermediary between
the computer hardware
and various programs/
application/shell.
What is X-Windows?
• X-Windows is the most common graphical
interface for Linux / Unix.
What is Linux Shell/Console?
• A “shell” is a program which interprets
commands. User can give command by typing
directly at the prompt of the Terminal
window.
How to use shell?
• From X Windows, click the right hand button
of the mouse.
• Choose: Open Terminal
• Type the shell command at the prompt.
Linux Basic Command
• Linux commands are typed at the command
prompt / console
• In Linux / Unix, all are case-sensitive
Work1
Example File3.dat
File4.cpp
The file permission
• In Linux, every file contains data such as its
owner, its permissions and other information
which defines exactly what can be done with
it, and by whom.
• The permission of files and directories can be
changed.