Open navigation menu
Close suggestions
Search
Search
en
Change Language
Upload
Sign in
Sign in
Download free for days
0 ratings
0% found this document useful (0 votes)
46 views
39 pages
Linux
simple ppt on linux os
Uploaded by
ram krishna
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Download
Save
Save linux.ppt- For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
0 ratings
0% found this document useful (0 votes)
46 views
39 pages
Linux
simple ppt on linux os
Uploaded by
ram krishna
AI-enhanced title
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content,
claim it here
.
Available Formats
Download as PDF or read online on Scribd
Carousel Previous
Carousel Next
Download
Save
Save linux.ppt- For Later
0%
0% found this document useful, undefined
0%
, undefined
Embed
Share
Print
Report
Download now
Download
You are on page 1
/ 39
Search
Fullscreen
Linux Presentation Submitted by- Anurag Deyasi Information Technology SSEC,BhilaiPronunciation of Linux ~ * (‘Leenooks’) This is Linus Torvalds’ original pronunciation, based on the pronunciation of his name in Swedish. © (‘Linnuks’) This is now Linus Torvalds’ preferred pronunciation, as he considers closer to the original than . It also follows the pronunciation of the English word ‘linen’. * (‘Lynuks’) The other major alternative is based on the pronunciation of the English version of ‘Linus’. It also happens to be the version | use.What is Linux ¢ Linux is a generic term referring to Unix- like graphical user interface (GUI) based computer operating systems. * It is Multi-user, Multitasking, Multiprocessor ¢ Has the X Windows GUI * Coexists with other Operating Systems « Runs on multiple platforms * Includes the Source CodeWhy is it significant? Powerful — Runs on multiple hardware platforms — Users like its speed and stability — No requirement for latest hardware It’s “free” — Licensed under GPL — Vendors are distributors who package LinuxOperating System BD - 2202: An operating system, or OS, is a software program that enables the computer hardware to communicate and operate with the computer software. Without a computer operating system, a computer would be useless. E.g.. LinuxMulti-user A multi-user operating system allows for multiple users to use the same computer at the same time and/or different times. Multiprocessing An operating system capable of supporting and utilizing more than one computer processor. Multitasking An operating system that is capable of allowing multiple software processes to run at the same time. Multithreading Operating systems that allow different parts of a software program to run concurrently. Operating systems that would fall into this category are:Software People improve it, people adapt it, people fix bugs. And this can happen at a speed that, compared to conventional software development, seems astonishing.ote leLogging In * Press Alt+Ctrl+F1 to go to the command promt.. Linux 2.2.13 (penguinvm.princeton.edu)| (ttyp1) penguinvm login: neale Password: | ———________________| Last login: Tue Jan 4 10:13:13 from linuxtep.princeton.edu {neale@penguinvm neale]$Login in Linux VMware ESX Server 3 (Dali) Kernel 2.4.21-37.0.2.ELymnix on an i686 Circ M0 aa be eee aha Password : Last login: Tue Apr 1? 22:06:17 on ttyl eR Cree MO aLinux Command Basics * To execute a command, type its name and arguments at the command line TS 1 setc Command name Argumenis Options lags)Connecting commands with Pipes * Not as powerful as CMS Pipes but the same principle * The output of one command can become the input of another: Like CMS Pipes, “|” is used to separate stages ¥ PS aux | grepsnetscape | we 1 we takes this input and counts the lines its output going to the console The output of the ps command is sent to re 5 oe grep takes input and searches for “netscape” passing these lines to weThe Current Directory * One directory is designated the current working directory — if you omit the leading / then path name is relative to the current working directory — Use pwd to find out where you are ban ‘Current working directoryLinux File System Basics * Linux files are stored in a single rooted, hierarchical file system — Data files are stored in directories (folders) — Directories may bey. home nested as deep as __ directories Se neededWhy did we choose Linux for Internet + Was available with all necessary Internet software 6 years back when Microsoft Windows was not ready for Internet. + Low cost compared to any other alternative. Sun Solaris, Novell, MS Windows, etc. + Extremely reliable.No reboots in 450+ days. + Easy to setup. Takes 4 easy steps to setup a mail server. Download a CD, Burn it, Boot from it and the server is ready for adding users and setting passwords. - Lower hardware requirements. Pentium computer can act as a fast mail server for 30 users.1. oe >< ees BIRDS INI BLACK MR. SWARNI ore eT Linux Provide Security As there is a limited access Of user to basic files and folders, in Linux network it provide security to user’s privacy. Without disclosing the secured data Linux acts asaLinux is Virus Free!! Linux is "virus- free" in that there are essentially no viruses for Linux in the wild, although research viruses certainly do exist. OwThere are other reasons, of course. "Normal" user accounts have much more limited access to the rest of the system, so making the corruption of system binaries much harder. Many distributions provide intrusion-detection software for detecting binary changes. Distributions release regular updates, which means a virus will be overwritten in a relatively short timeframe. Mandatory access controls are becoming more popular, limiting what a virus can do even if it did infiltrate a system binary.1s PE a cs ANAT ay cle tasStatistics Evans Data survey in 2004 says,”don't be surprised when Linux overtakes Windows to become the main focus for developers.” Linux servers made up more than 11 percent of all servers shipped in India in the first quarter Revenue from sales of Linux-based servers surged 90 percent in the fourth quarter 2002. Percentage growth in the number of servers number up to June 30, 2009 Linux servers = 48% Microsoft servers = 13%Microsoft and Linux Are still, the two most popular operating Systems.. Psig fas Ts CheaperTable Showing cost differenceLinux Applications for Servers + All common Internet services available — Mail, Web, DNS, etc. - Easy administration using web based interface + Very low resource utilization. A 486 66MHz can be your firewall + No cost to setup a server. As easy as download a CD and install. + Lower maintenance. Keeps running for years. BrahmaLinux vs. Windows > Keeping up to date By Upgrading Linux upgrades faster than Windows > Compatibility Linux is Backward Compatible unlike WindowsBasic Linux Commands e File Handling e Text Processing e System Administration e Process Management e Archival ¢ Network e File Systems e Advanced CommandsSources to learn commands?? Primary — man(manual) pages. #1)man
shows all information about the command #2)
help shows the available options for that commandFile Handling commands © mkdir — make directories Usage: mkdir [OPTION] DIRECTORY... eg. mkdir prabhat e Is —list directory contents Usage: Is [OPTION]... [FILE]... eg. Is, Is |, Is prabhat ¢ cd — changes directories Usage: cd [DIRECTORY] eg. cd prabhatFile Handling(contd...) ¢ pwd print name of current working directory Usage: pwd ¢ vim — Vi Improved, a programmers text editor Usage: vim [OPTION] [file]... eg. vim file1.txtcp — copy files and directories Usage: cp [OPTION]... SOURCE DEST eg. cp sample.txt sample_copy.txt cp sample_copy.txt target_dir mv — move (rename) files Usage: mv [OPTION]... SOURCE DEST eg. mv source.txt target_dir mv old.txt new.txt File Handling(contd...)File Handling(contd...) ¢ rm remove files or directories Usage: rm [OPTION]... FILE... eg. rm file1.txt , rm rf some_dir ¢ find — search for files in a directory hierarchy Usage: find [OPTION] [path] [pattern] eg. find file1.txt, find name file1.txt history — prints recently used comma Usage: historyText Processing * cat — concatenate files and print on the standard output Usage: cat [OPTION] [FILE]... eg. cat file1.txt file2.txt catn file1.txt ¢ echo — display a line of text Usage: echo [OPTION] [string] ... eg. echo | love India echo $Text Processing(contd... ¢ grep print lines matching a pattern Usage: grep [OPTION] PATTERN [FILE]... eg. grepi apple sample.txt © we print the number of newlines, words, and bytes in files Usage: we [OPTION]... [FILE]... eg. we file1.txt wel file1.txtSystem Administration ¢ chmod — change file access permissions Usage: chmod [OPTION] [MODE] [FILE] eg. chmod 744 calculate.sh ¢ chown — change file owner and group Usage: chown [OPTION]... OWNER[:[GROUP]] FILES eg. chown remo myfile.txtSystem Administration (contd...) ¢ su — change user ID or become superuser Usage: su [OPTION] [LOGIN] eg. su remo, su © passwd — update a user’s authentication tokens(s) Usage: passwd [OPTION] eg. passwd ¢ who — show who is logged on Usage: who [OPTION] eg. who, who b , who qAdvanced Commands ¢ reboot — reboot the system Usage: reboot [OPTION] eg. reboot * poweroff — power off the system Usage: poweroff [OPTION] eg. poweroffFurther Reference www.linux.com - News, Software, Documentation, Tutorials, etc. www. linuxhq.com - Another great Linux resource site. www. linuxjournal.com - The Monthly Magazine for Linux Community www.tidp.org - The Linux Documentation Project. Excellent help for beginners. www.userfriendly.org - Linux cartoon strips
You might also like
Linux - System Commands
PDF
No ratings yet
Linux - System Commands
199 pages
Linux Material
PDF
100% (1)
Linux Material
38 pages
Linux Simple Notes
PDF
No ratings yet
Linux Simple Notes
24 pages
Linux Systems
PDF
No ratings yet
Linux Systems
199 pages
Linux - Command Line Interface
PDF
No ratings yet
Linux - Command Line Interface
17 pages
كتاب تعلم لينكس للمبتدئين PDF
PDF
No ratings yet
كتاب تعلم لينكس للمبتدئين PDF
96 pages
The Basics of Linux
PDF
No ratings yet
The Basics of Linux
63 pages
Linux in Plain English
PDF
50% (2)
Linux in Plain English
405 pages
Linux Administration (Admin 1)
PDF
No ratings yet
Linux Administration (Admin 1)
21 pages
Linux Commands
PDF
100% (5)
Linux Commands
2 pages
Basic Linux
PDF
No ratings yet
Basic Linux
15 pages
Module 1 - Linux Fundamentals
PDF
No ratings yet
Module 1 - Linux Fundamentals
221 pages
The IT Professional's Linux Handbook - Commands, Concepts
PDF
No ratings yet
The IT Professional's Linux Handbook - Commands, Concepts
12 pages
OS Unit-4
PDF
No ratings yet
OS Unit-4
100 pages
AGTLinux
PDF
No ratings yet
AGTLinux
40 pages
Linux Intro
PDF
No ratings yet
Linux Intro
82 pages
Linux 141024063343 Conversion Gate01
PDF
No ratings yet
Linux 141024063343 Conversion Gate01
63 pages
01 Intro To Linux and Bash
PDF
No ratings yet
01 Intro To Linux and Bash
76 pages
Basic Linux Lab (Lab 1 - 2)
PDF
No ratings yet
Basic Linux Lab (Lab 1 - 2)
20 pages
Os DBMS - 09122024
PDF
No ratings yet
Os DBMS - 09122024
70 pages
Linux Viva
PDF
No ratings yet
Linux Viva
8 pages
Introduction To Linux
PDF
No ratings yet
Introduction To Linux
32 pages
Linux
PDF
100% (1)
Linux
76 pages
Linux-Lecture1 113607
PDF
No ratings yet
Linux-Lecture1 113607
72 pages
Linux
PDF
No ratings yet
Linux
34 pages
Module I
PDF
No ratings yet
Module I
44 pages
Linux
PDF
No ratings yet
Linux
36 pages
Oss Unit2 Up
PDF
No ratings yet
Oss Unit2 Up
38 pages
FSD Week 3 Session 1
PDF
No ratings yet
FSD Week 3 Session 1
71 pages
iBOT DC Session 02
PDF
No ratings yet
iBOT DC Session 02
35 pages
Linux Lab
PDF
No ratings yet
Linux Lab
27 pages
Submitted By-Anurag Deyasi Information Technology SSEC, Bhilai
PDF
No ratings yet
Submitted By-Anurag Deyasi Information Technology SSEC, Bhilai
39 pages
Linux Basic Commands 1748453726
PDF
No ratings yet
Linux Basic Commands 1748453726
8 pages
Introduction To Linux
PDF
No ratings yet
Introduction To Linux
32 pages
Linux
PDF
No ratings yet
Linux
13 pages
COSA Linux
PDF
No ratings yet
COSA Linux
19 pages
24 Linux
PDF
No ratings yet
24 Linux
17 pages
02 - Linux Running Notes
PDF
No ratings yet
02 - Linux Running Notes
24 pages
All Basic Commands in Linux by Akshay
PDF
No ratings yet
All Basic Commands in Linux by Akshay
46 pages
Linux PPSX
PDF
No ratings yet
Linux PPSX
58 pages
Linux OS Concepts
PDF
No ratings yet
Linux OS Concepts
46 pages
Linux Introduction
PDF
No ratings yet
Linux Introduction
20 pages
Linux Email Browing
PDF
No ratings yet
Linux Email Browing
16 pages
Linux Interview Questions
PDF
No ratings yet
Linux Interview Questions
5 pages
Request Dispatcher
PDF
No ratings yet
Request Dispatcher
6 pages
Introductory Linux Course
PDF
No ratings yet
Introductory Linux Course
6 pages
Linux Preview
PDF
No ratings yet
Linux Preview
22 pages
1 Introduction To Linux
PDF
No ratings yet
1 Introduction To Linux
42 pages
Music: Presented By, Pavithra.M 15lecs07
PDF
No ratings yet
Music: Presented By, Pavithra.M 15lecs07
13 pages
Model Resume 1
PDF
No ratings yet
Model Resume 1
2 pages
Studying Linux Network Configuration & Commmands
PDF
No ratings yet
Studying Linux Network Configuration & Commmands
15 pages
Linux
PDF
No ratings yet
Linux
13 pages
Ic Units 3
PDF
No ratings yet
Ic Units 3
23 pages
Abi Resume1
PDF
No ratings yet
Abi Resume1
3 pages
Clustering
PDF
No ratings yet
Clustering
23 pages
Technical Resume Format 3
PDF
No ratings yet
Technical Resume Format 3
2 pages
Lecture-16: Working With Command Line Interface in LINUX
PDF
No ratings yet
Lecture-16: Working With Command Line Interface in LINUX
41 pages
Linux Fundamentals
PDF
100% (3)
Linux Fundamentals
86 pages
LINUX
PDF
No ratings yet
LINUX
27 pages
Linux Operating System
PDF
No ratings yet
Linux Operating System
21 pages
Servlet Chaining Pages
PDF
No ratings yet
Servlet Chaining Pages
2 pages
ASSIGENMENT
PDF
No ratings yet
ASSIGENMENT
13 pages
Linux Unit:1 Red Hat Supported Software's:: Language Support and Internationalization
PDF
No ratings yet
Linux Unit:1 Red Hat Supported Software's:: Language Support and Internationalization
12 pages