SlideShare a Scribd company logo
1 of 21
Done By : Fadhel Alhamli
Grade : 10 . A . B
Is a Unix like and mostly POSIX
compliant compute rope rating
system assembled under the model of free and
open-source software development and
distribution
No vendor lock-ins
Freedom to redistribute
Security
No pressure to upgrade
Computers last longer
Ability to modify
Students get exposure to free software
Choice
Open file formats
Ethical
1. cd
2. man
3. ls
4. cp
5. Mv
6. Mkdir
7. Rmdir
8. Touch
9. rm
10. tar
1. pwd
2. ifconfig
3. Locate
4. Ping
5. Chmod
6. help
The "Change Directory" command enables you to
navigate to another directory.
Example: cd Downloads
Example: cd /etc/
Example: cd .. (Directory up!)
The man command shows the users the "manual"
of the command.
In the absolute top 15 there's no way the ls
command is missing. On the third place, the ls
command. The ls command is used to list the
files/directories within a directory.
Example: ls
It shows us the directories available.
The cp command is available for us to "Copy"
things. This might be usefull for duplicating
files f.e.
๏‚จ Example: cp file file2
๏‚จ The mv command is used for "Move"
operations. The mv commands enables the
users to move a file/directory to a specified
location.
Example: mv /home/bas/Desktop/bla
/home/bas/Desktop/fiets
This command is used to "make" directories, NOT
Files.. (thit is possible with another command
which i will bring up later in this tutorial)
๏‚จ Example: mkdir testdirectory
When you are able to make directories, you also
want to know how to remove them. Removing
directories is done by the rmdir command and
belongs to the absolute basic commands in
shell bashing.
๏‚จ Example: rmdir fiets
Now we know how to make directories and
deleting them, i now want to use the touch
command. The touch command is used to
make files.
๏‚จ Example: touch vogel
This will create the file vogel for us in the
directory.
The rm command stand for remove. The rm
command is used in order the delete files
instead of directories.
๏‚จ Example: rm vogel
Sometimes you have to archive files. Archiving
files is a way to pack a set of files to one single
file. The operation is done by the tar command.
๏‚จ Example: tar -cvf test.tar test (Creating a tar file
from directory or file test)
๏‚จ Example: tar -xvf test.tar myexctractfolder
(Extracts the particular tar file in the current
working directory)
Sometimes you really wonder where you are in
the system. PWD is the solution for that
problem.
๏‚จ PWD stands for Path Working Directory.
๏‚จ Example: pwd
ifconfig is a command showing you information
about the ethernet adapters on your system. It
contains very usefull information like gateway,
ip, and packet statistics. For the average user
this command is rarely used, but i think it's
worth knowing it.
๏‚จ Example: ifconfig
Locate is an extremely fast seaching command. It
shows the directories or files each on a new
line.
๏‚จ Example: locate syslog
๏‚จ Example: locate syslog | more (Piping
structure used to invert the data from locate to
the more command)
Ping is used as a network diagnostic command by
professionals. Ping offers information about the
network we are on and if the other system
responds to us. In cases of troubleshooting
network related problems, ping can do a great
job to determine the domain of the problem.
๏‚จ Example: ping www.google.com
๏‚จ The chmod command. The chmod command
comes from "Change Mode" back to the unix
times. It's a great command to restrict access to
directories or files. But before i show you an
example on how to use it, some theory.
๏‚จ Chmod is qiet an advanced command to use.
So therefore you really need to understand
how it works.
chmod works with so called persmission bits.
These bits can be set to a certain level of
restrictions.
๏‚จ Display help for a built-in command โ€ข
๏‚จ http://community.linuxmint.com/tutorial/vie
w/778
๏‚จ http://ss64.com/bash/
๏‚จ https://trombonechamp.wordpress.com/2008
/06/23/10-reasons-why-free-software-and-
gnulinux-should-be-used-in-schools/

More Related Content

What's hot

Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
Rohit Kumar
ย 
Virtual domains
Virtual domainsVirtual domains
Virtual domains
Luca Pescatore
ย 
One Page Linux Manual
One Page Linux ManualOne Page Linux Manual
One Page Linux Manual
dummy
ย 
Linux cmd
Linux cmdLinux cmd
Linux cmd
Reka
ย 

What's hot (20)

40 important command for linux
40 important command for linux40 important command for linux
40 important command for linux
ย 
Basic commands of linux
Basic commands of linuxBasic commands of linux
Basic commands of linux
ย 
Basic Linux commands
Basic Linux commandsBasic Linux commands
Basic Linux commands
ย 
Linux Basic Commands
Linux Basic CommandsLinux Basic Commands
Linux Basic Commands
ย 
Common linux ubuntu commands overview
Common linux  ubuntu commands overviewCommon linux  ubuntu commands overview
Common linux ubuntu commands overview
ย 
3.1.a linux commands reference
3.1.a linux commands reference3.1.a linux commands reference
3.1.a linux commands reference
ย 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
ย 
Bc0056 unix operating system
Bc0056   unix operating systemBc0056   unix operating system
Bc0056 unix operating system
ย 
Linux class 8 tar
Linux class 8   tar  Linux class 8   tar
Linux class 8 tar
ย 
Basic command ppt
Basic command pptBasic command ppt
Basic command ppt
ย 
Vfs
VfsVfs
Vfs
ย 
Virtual domains
Virtual domainsVirtual domains
Virtual domains
ย 
Linux basic commands
Linux basic commandsLinux basic commands
Linux basic commands
ย 
FHS
FHSFHS
FHS
ย 
Useful Linux and Unix commands handbook
Useful Linux and Unix commands handbookUseful Linux and Unix commands handbook
Useful Linux and Unix commands handbook
ย 
One Page Linux Manual
One Page Linux ManualOne Page Linux Manual
One Page Linux Manual
ย 
Quick Guide with Linux Command Line
Quick Guide with Linux Command LineQuick Guide with Linux Command Line
Quick Guide with Linux Command Line
ย 
Linux cmd
Linux cmdLinux cmd
Linux cmd
ย 
Linux commands and file structure
Linux commands and file structureLinux commands and file structure
Linux commands and file structure
ย 
Basic 50 linus command
Basic 50 linus commandBasic 50 linus command
Basic 50 linus command
ย 

Viewers also liked

Importance of Technology in Education
Importance of Technology in EducationImportance of Technology in Education
Importance of Technology in Education
LorvelynMorales
ย 
้˜ณๅ…‰ๅ’Œๅฐ้›จ
้˜ณๅ…‰ๅ’Œๅฐ้›จ้˜ณๅ…‰ๅ’Œๅฐ้›จ
้˜ณๅ…‰ๅ’Œๅฐ้›จ
Jean Liu
ย 

Viewers also liked (13)

Importance of Technology in Education
Importance of Technology in EducationImportance of Technology in Education
Importance of Technology in Education
ย 
Using linux in schools
Using linux in schoolsUsing linux in schools
Using linux in schools
ย 
It term project (using linux in schools)
It term project (using linux in schools)It term project (using linux in schools)
It term project (using linux in schools)
ย 
using linux in schools
using linux in schoolsusing linux in schools
using linux in schools
ย 
้˜ณๅ…‰ๅ’Œๅฐ้›จ
้˜ณๅ…‰ๅ’Œๅฐ้›จ้˜ณๅ…‰ๅ’Œๅฐ้›จ
้˜ณๅ…‰ๅ’Œๅฐ้›จ
ย 
Patient engagement and Hospital Marketing Solutions from Healtho5
Patient engagement and Hospital Marketing Solutions from Healtho5Patient engagement and Hospital Marketing Solutions from Healtho5
Patient engagement and Hospital Marketing Solutions from Healtho5
ย 
Using linux in schools
Using linux in schoolsUsing linux in schools
Using linux in schools
ย 
Using Linux in Schools
Using Linux in Schools Using Linux in Schools
Using Linux in Schools
ย 
The Thought Leaders Project : Hospital Marketing
The Thought Leaders Project : Hospital MarketingThe Thought Leaders Project : Hospital Marketing
The Thought Leaders Project : Hospital Marketing
ย 
Importance and basics of computer education for school students
Importance and basics of computer education for school studentsImportance and basics of computer education for school students
Importance and basics of computer education for school students
ย 
The use of computer and video games in education
The use of computer and video games in educationThe use of computer and video games in education
The use of computer and video games in education
ย 
Practo presentation
Practo presentation Practo presentation
Practo presentation
ย 
Sesi 1 hospital marketing
Sesi  1  hospital marketingSesi  1  hospital marketing
Sesi 1 hospital marketing
ย 

Similar to Using linux in schools

Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
Muhammad Qazi
ย 
8.1.intro unix
8.1.intro unix8.1.intro unix
8.1.intro unix
southees
ย 
50 most frequently used unix
50 most frequently used unix50 most frequently used unix
50 most frequently used unix
Teja Bheemanapally
ย 
50 most frequently used unix
50 most frequently used unix50 most frequently used unix
50 most frequently used unix
Teja Bheemanapally
ย 
Unix Basics 04sp
Unix Basics 04spUnix Basics 04sp
Unix Basics 04sp
Dr.Ravi
ย 
Introduction to Linux Slides.pptx
Introduction to Linux Slides.pptxIntroduction to Linux Slides.pptx
Introduction to Linux Slides.pptx
hazhamina
ย 
OS Lab Manual.pdf
OS Lab Manual.pdfOS Lab Manual.pdf
OS Lab Manual.pdf
QucHunh15
ย 
Linux admin interview questions
Linux admin interview questionsLinux admin interview questions
Linux admin interview questions
Kavya Sri
ย 
Tutorial 2
Tutorial 2Tutorial 2
Tutorial 2
tech2click
ย 

Similar to Using linux in schools (20)

Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
ย 
Linux
LinuxLinux
Linux
ย 
11 unix osx_commands
11 unix osx_commands11 unix osx_commands
11 unix osx_commands
ย 
50 Most Frequently Used UNIX Linux Commands -hmftj
50 Most Frequently Used UNIX  Linux Commands -hmftj50 Most Frequently Used UNIX  Linux Commands -hmftj
50 Most Frequently Used UNIX Linux Commands -hmftj
ย 
linux cmds.pptx
linux cmds.pptxlinux cmds.pptx
linux cmds.pptx
ย 
8.1.intro unix
8.1.intro unix8.1.intro unix
8.1.intro unix
ย 
Operating system lab manual
Operating system lab manualOperating system lab manual
Operating system lab manual
ย 
Linux Cheat Sheet.pdf
Linux Cheat Sheet.pdfLinux Cheat Sheet.pdf
Linux Cheat Sheet.pdf
ย 
50 most frequently used unix
50 most frequently used unix50 most frequently used unix
50 most frequently used unix
ย 
50 most frequently used unix
50 most frequently used unix50 most frequently used unix
50 most frequently used unix
ย 
Linux commands
Linux commandsLinux commands
Linux commands
ย 
Linux commands
Linux commandsLinux commands
Linux commands
ย 
Linux commands
Linux commandsLinux commands
Linux commands
ย 
Unix Basics 04sp
Unix Basics 04spUnix Basics 04sp
Unix Basics 04sp
ย 
Introduction to Linux Slides.pptx
Introduction to Linux Slides.pptxIntroduction to Linux Slides.pptx
Introduction to Linux Slides.pptx
ย 
Unix environment [autosaved]
Unix environment [autosaved]Unix environment [autosaved]
Unix environment [autosaved]
ย 
Solaris basics
Solaris basicsSolaris basics
Solaris basics
ย 
OS Lab Manual.pdf
OS Lab Manual.pdfOS Lab Manual.pdf
OS Lab Manual.pdf
ย 
Linux admin interview questions
Linux admin interview questionsLinux admin interview questions
Linux admin interview questions
ย 
Tutorial 2
Tutorial 2Tutorial 2
Tutorial 2
ย 

Recently uploaded

( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
nilamkumrai
ย 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
JOHNBEBONYAP1
ย 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
singhpriety023
ย 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
SUHANI PANDEY
ย 
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men ๐Ÿ”mehsana๐Ÿ” Escorts...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men  ๐Ÿ”mehsana๐Ÿ”   Escorts...โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men  ๐Ÿ”mehsana๐Ÿ”   Escorts...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men ๐Ÿ”mehsana๐Ÿ” Escorts...
nirzagarg
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
SUHANI PANDEY
ย 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
SUHANI PANDEY
ย 
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐ŸฅตLow Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Chandigarh Call girls 9053900678 Call girls in Chandigarh
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
SUHANI PANDEY
ย 

Recently uploaded (20)

( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
( Pune ) VIP Baner Call Girls ๐ŸŽ—๏ธ 9352988975 Sizzling | Escorts | Girls Are Re...
ย 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
ย 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
ย 
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdfpdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
pdfcoffee.com_business-ethics-q3m7-pdf-free.pdf
ย 
best call girls in Hyderabad Finest Escorts Service ๐Ÿ“ž 9352988975 ๐Ÿ“ž Available ...
best call girls in Hyderabad Finest Escorts Service ๐Ÿ“ž 9352988975 ๐Ÿ“ž Available ...best call girls in Hyderabad Finest Escorts Service ๐Ÿ“ž 9352988975 ๐Ÿ“ž Available ...
best call girls in Hyderabad Finest Escorts Service ๐Ÿ“ž 9352988975 ๐Ÿ“ž Available ...
ย 
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting  High Prof...
VIP Model Call Girls Hadapsar ( Pune ) Call ON 9905417584 Starting High Prof...
ย 
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
VVIP Pune Call Girls Sinhagad WhatSapp Number 8005736733 With Elite Staff And...
ย 
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men ๐Ÿ”mehsana๐Ÿ” Escorts...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men  ๐Ÿ”mehsana๐Ÿ”   Escorts...โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men  ๐Ÿ”mehsana๐Ÿ”   Escorts...
โžฅ๐Ÿ” 7737669865 ๐Ÿ”โ–ป mehsana Call-girls in Women Seeking Men ๐Ÿ”mehsana๐Ÿ” Escorts...
ย 
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
Call Girls Sangvi Call Me 7737669865 Budget Friendly No Advance BookingCall G...
ย 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
ย 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
ย 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
ย 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
ย 
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
Hireโ† Young Call Girls in Tilak nagar (Delhi) โ˜Ž๏ธ 9205541914 โ˜Ž๏ธ Independent Esc...
ย 
Busty DesiโšกCall Girls in Vasundhara Ghaziabad >เผ’8448380779 Escort Service
Busty DesiโšกCall Girls in Vasundhara Ghaziabad >เผ’8448380779 Escort ServiceBusty DesiโšกCall Girls in Vasundhara Ghaziabad >เผ’8448380779 Escort Service
Busty DesiโšกCall Girls in Vasundhara Ghaziabad >เผ’8448380779 Escort Service
ย 
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
Sarola * Female Escorts Service in Pune | 8005736733 Independent Escorts & Da...
ย 
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
20240510 QFM016 Irresponsible AI Reading List April 2024.pdf
ย 
20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf20240508 QFM014 Elixir Reading List April 2024.pdf
20240508 QFM014 Elixir Reading List April 2024.pdf
ย 
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐ŸฅตLow Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
Low Sexy Call Girls In Mohali 9053900678 ๐ŸฅตHave Save And Good Place ๐Ÿฅต
ย 
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
ย 

Using linux in schools

  • 1. Done By : Fadhel Alhamli Grade : 10 . A . B
  • 2. Is a Unix like and mostly POSIX compliant compute rope rating system assembled under the model of free and open-source software development and distribution
  • 3. No vendor lock-ins Freedom to redistribute Security No pressure to upgrade Computers last longer Ability to modify Students get exposure to free software Choice Open file formats Ethical
  • 4. 1. cd 2. man 3. ls 4. cp 5. Mv 6. Mkdir 7. Rmdir 8. Touch 9. rm 10. tar 1. pwd 2. ifconfig 3. Locate 4. Ping 5. Chmod 6. help
  • 5. The "Change Directory" command enables you to navigate to another directory. Example: cd Downloads Example: cd /etc/ Example: cd .. (Directory up!)
  • 6. The man command shows the users the "manual" of the command.
  • 7. In the absolute top 15 there's no way the ls command is missing. On the third place, the ls command. The ls command is used to list the files/directories within a directory. Example: ls It shows us the directories available.
  • 8. The cp command is available for us to "Copy" things. This might be usefull for duplicating files f.e. ๏‚จ Example: cp file file2
  • 9. ๏‚จ The mv command is used for "Move" operations. The mv commands enables the users to move a file/directory to a specified location. Example: mv /home/bas/Desktop/bla /home/bas/Desktop/fiets
  • 10. This command is used to "make" directories, NOT Files.. (thit is possible with another command which i will bring up later in this tutorial) ๏‚จ Example: mkdir testdirectory
  • 11. When you are able to make directories, you also want to know how to remove them. Removing directories is done by the rmdir command and belongs to the absolute basic commands in shell bashing. ๏‚จ Example: rmdir fiets
  • 12. Now we know how to make directories and deleting them, i now want to use the touch command. The touch command is used to make files. ๏‚จ Example: touch vogel This will create the file vogel for us in the directory.
  • 13. The rm command stand for remove. The rm command is used in order the delete files instead of directories. ๏‚จ Example: rm vogel
  • 14. Sometimes you have to archive files. Archiving files is a way to pack a set of files to one single file. The operation is done by the tar command. ๏‚จ Example: tar -cvf test.tar test (Creating a tar file from directory or file test) ๏‚จ Example: tar -xvf test.tar myexctractfolder (Extracts the particular tar file in the current working directory)
  • 15. Sometimes you really wonder where you are in the system. PWD is the solution for that problem. ๏‚จ PWD stands for Path Working Directory. ๏‚จ Example: pwd
  • 16. ifconfig is a command showing you information about the ethernet adapters on your system. It contains very usefull information like gateway, ip, and packet statistics. For the average user this command is rarely used, but i think it's worth knowing it. ๏‚จ Example: ifconfig
  • 17. Locate is an extremely fast seaching command. It shows the directories or files each on a new line. ๏‚จ Example: locate syslog ๏‚จ Example: locate syslog | more (Piping structure used to invert the data from locate to the more command)
  • 18. Ping is used as a network diagnostic command by professionals. Ping offers information about the network we are on and if the other system responds to us. In cases of troubleshooting network related problems, ping can do a great job to determine the domain of the problem. ๏‚จ Example: ping www.google.com
  • 19. ๏‚จ The chmod command. The chmod command comes from "Change Mode" back to the unix times. It's a great command to restrict access to directories or files. But before i show you an example on how to use it, some theory. ๏‚จ Chmod is qiet an advanced command to use. So therefore you really need to understand how it works. chmod works with so called persmission bits. These bits can be set to a certain level of restrictions.
  • 20. ๏‚จ Display help for a built-in command โ€ข
  • 21. ๏‚จ http://community.linuxmint.com/tutorial/vie w/778 ๏‚จ http://ss64.com/bash/ ๏‚จ https://trombonechamp.wordpress.com/2008 /06/23/10-reasons-why-free-software-and- gnulinux-should-be-used-in-schools/