SlideShare uma empresa Scribd logo
1 de 17
Linux Commands




   Copyrights | SkilledInterns.com
ls – shows list of files & directories
• fanaticgeek:~ gaurangaggarwal$ mkdir
  shishpal

• mkdir – creates a new directory




                  Copyrights | SkilledInterns.com
• fanaticgeek:~ gaurangaggarwal$ cd shishpal/



• cd – change directory




                  Copyrights | SkilledInterns.com
• fanaticgeek:shishpal gaurangaggarwal$ ls

• ls shows all the files and directories except the
  hidden files




                   Copyrights | SkilledInterns.com
• fanaticgeek:shishpal gaurangaggarwal$ mkdir
  shishpal is a good boy

• mkdir can create multiple directories at same
  time .




                  Copyrights | SkilledInterns.com
• fanaticgeek:shishpal gaurangaggarwal$ ls
• a     boy     good is       shishpal

• ls now showing all the 5 directories created
  using just one command




                  Copyrights | SkilledInterns.com
now ls –l shows every detail about files
            and directories

• fanaticgeek:shishpal gaurangaggarwal$ ls -l
• total 0
• drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 a
• drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 boy
• drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26
  good
• drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 is
• drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26
  shishpal


                    Copyrights | SkilledInterns.com
• drwxr-xr-x are the permissions of the file or
  folder
  – 1-2-3
  – user-group-others


• w – write
• x – execute
• r – read
                  Copyrights | SkilledInterns.com
• fanaticgeek:shishpal gaurangaggarwal$ ls -a
• . a      good shishpal
• ..    boy     is

• ls –a =       shows hidden files and folders
• . & .. are the hidden files



                   Copyrights | SkilledInterns.com
•   fanaticgeek:shishpal gaurangaggarwal$ ls -la
•   total 0
•   drwxr-xr-x 7 gaurangaggarwal staff 238 Jul 5 09:26 .
•   drwxr-xr-x+ 69 gaurangaggarwal staff 2346 Jul 5 09:25 ..
•   drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 a
•   drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 boy
•   drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 good
•   drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 is
•   drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26
    shishpal

• details are shown for hidden files as well because of –a
                        Copyrights | SkilledInterns.com
mv
• mv is for moving the files or folder

•   mv file1 to file2
•   file1 will be deleted
•   and renamed to file2
•   only file2 will be shown



                    Copyrights | SkilledInterns.com
cp
• cp file1 file2
• you will be having 2 files
• file1 , file2




                   Copyrights | SkilledInterns.com
Ctrl Z
• is used for stopping the currently running
  command




                  Copyrights | SkilledInterns.com
Up key
• shows previous commands




               Copyrights | SkilledInterns.com
man
• man <command name>
• shows manual / help page of the command

• eg : man ls
• it shows help page of “ls” command




                 Copyrights | SkilledInterns.com
Ctrl R
• if you remember some alphabets of past
  commands then type that after pressing Ctrl R
  .




                  Copyrights | SkilledInterns.com
top
•   shows all the processes running in your terminal
•   Processes: 154 total, 4 running, 1 stuck, 149 sleeping, 902 threads 09:38:54
•   Load Avg: 0.81, 0.90, 0.86 CPU usage: 6.71% user, 3.35% sys, 89.92% idle
•   SharedLibs: 3916K resident, 6656K data, 0B linkedit.
•   MemRegions: 74165 total, 2118M resident, 40M private, 725M shared.
•   PhysMem: 1134M wired, 1964M active, 961M inactive, 4059M used, 29M free.
•   VM: 323G vsize, 1043M framework vsize, 6354631(13) pageins, 1719226(0)
    pageouts.
•   Networks: packets: 2754466/2096M in, 2972528/824M out.
•   Disks: 3441373/73G read, 1767764/81G written.

•   PID COMMAND %CPU TIME #TH #WQ #PORT #MREGS RPRVT RSHRD
    RSIZE
•   6462 top     15.1 00:00.90 1/1 0 24 33 1596K 244K 2176K
•   6458 fontd    0.0 00:00.11 3 1 78 115 4244K 616K 5288K
•   6456- mdworker32 0.0 00:00.23 3 1 53 136 2872K 5772K 7496K


                                Copyrights | SkilledInterns.com

Mais conteúdo relacionado

Mais procurados

Caching solutions with Redis
Caching solutions   with RedisCaching solutions   with Redis
Caching solutions with RedisGeorge Platon
 
Chaining 7 vulnerabilities in Citrix ShareFile On-Premise
Chaining 7 vulnerabilities in Citrix ShareFile On-PremiseChaining 7 vulnerabilities in Citrix ShareFile On-Premise
Chaining 7 vulnerabilities in Citrix ShareFile On-PremiseJohanna Curiel
 
A simple introduction to redis
A simple introduction to redisA simple introduction to redis
A simple introduction to redisZhichao Liang
 
Solr cluster with SolrCloud at lucenerevolution (tutorial)
Solr cluster with SolrCloud at lucenerevolution (tutorial)Solr cluster with SolrCloud at lucenerevolution (tutorial)
Solr cluster with SolrCloud at lucenerevolution (tutorial)searchbox-com
 
Fun with Ruby and Redis
Fun with Ruby and RedisFun with Ruby and Redis
Fun with Ruby and Redisjavier ramirez
 
Redis overview for Software Architecture Forum
Redis overview for Software Architecture ForumRedis overview for Software Architecture Forum
Redis overview for Software Architecture ForumChristopher Spring
 
Mito, a successor of Integral
Mito, a successor of IntegralMito, a successor of Integral
Mito, a successor of Integralfukamachi
 
Redis And python at pycon_2011
Redis And python at pycon_2011Redis And python at pycon_2011
Redis And python at pycon_2011sunilar0ra
 
Real time indexes in Sphinx, Yaroslav Vorozhko
Real time indexes in Sphinx, Yaroslav VorozhkoReal time indexes in Sphinx, Yaroslav Vorozhko
Real time indexes in Sphinx, Yaroslav VorozhkoFuenteovejuna
 
HaskellとDebianの辛くて甘い関係
HaskellとDebianの辛くて甘い関係HaskellとDebianの辛くて甘い関係
HaskellとDebianの辛くて甘い関係Kiwamu Okabe
 
Kamailioworld 2018 - Modular and test driven SIP Routing with Lua
Kamailioworld 2018 - Modular and test driven SIP Routing with LuaKamailioworld 2018 - Modular and test driven SIP Routing with Lua
Kamailioworld 2018 - Modular and test driven SIP Routing with LuaSebastian Damm
 
What's new in Redis v3.2
What's new in Redis v3.2What's new in Redis v3.2
What's new in Redis v3.2Itamar Haber
 
Introduction to redis - version 2
Introduction to redis - version 2Introduction to redis - version 2
Introduction to redis - version 2Dvir Volk
 
The Practice of Alluxio in Near Real-Time Data Platform at VIPShop [Chinese]
The Practice of Alluxio in Near Real-Time Data Platform at VIPShop [Chinese]The Practice of Alluxio in Near Real-Time Data Platform at VIPShop [Chinese]
The Practice of Alluxio in Near Real-Time Data Platform at VIPShop [Chinese]Alluxio, Inc.
 
Practical Elasticsearch - real world use cases
Practical Elasticsearch - real world use casesPractical Elasticsearch - real world use cases
Practical Elasticsearch - real world use casesItamar
 
Real time fulltext search with sphinx
Real time fulltext search with sphinxReal time fulltext search with sphinx
Real time fulltext search with sphinxAdrian Nuta
 

Mais procurados (20)

Rpm Introduction
Rpm IntroductionRpm Introduction
Rpm Introduction
 
Caching solutions with Redis
Caching solutions   with RedisCaching solutions   with Redis
Caching solutions with Redis
 
Apache SolrCloud
Apache SolrCloudApache SolrCloud
Apache SolrCloud
 
Chaining 7 vulnerabilities in Citrix ShareFile On-Premise
Chaining 7 vulnerabilities in Citrix ShareFile On-PremiseChaining 7 vulnerabilities in Citrix ShareFile On-Premise
Chaining 7 vulnerabilities in Citrix ShareFile On-Premise
 
A simple introduction to redis
A simple introduction to redisA simple introduction to redis
A simple introduction to redis
 
Redis, Resque & Friends
Redis, Resque & FriendsRedis, Resque & Friends
Redis, Resque & Friends
 
Solr cluster with SolrCloud at lucenerevolution (tutorial)
Solr cluster with SolrCloud at lucenerevolution (tutorial)Solr cluster with SolrCloud at lucenerevolution (tutorial)
Solr cluster with SolrCloud at lucenerevolution (tutorial)
 
Fun with Ruby and Redis
Fun with Ruby and RedisFun with Ruby and Redis
Fun with Ruby and Redis
 
Redis overview for Software Architecture Forum
Redis overview for Software Architecture ForumRedis overview for Software Architecture Forum
Redis overview for Software Architecture Forum
 
Mito, a successor of Integral
Mito, a successor of IntegralMito, a successor of Integral
Mito, a successor of Integral
 
Redis And python at pycon_2011
Redis And python at pycon_2011Redis And python at pycon_2011
Redis And python at pycon_2011
 
Real time indexes in Sphinx, Yaroslav Vorozhko
Real time indexes in Sphinx, Yaroslav VorozhkoReal time indexes in Sphinx, Yaroslav Vorozhko
Real time indexes in Sphinx, Yaroslav Vorozhko
 
HaskellとDebianの辛くて甘い関係
HaskellとDebianの辛くて甘い関係HaskellとDebianの辛くて甘い関係
HaskellとDebianの辛くて甘い関係
 
Kamailioworld 2018 - Modular and test driven SIP Routing with Lua
Kamailioworld 2018 - Modular and test driven SIP Routing with LuaKamailioworld 2018 - Modular and test driven SIP Routing with Lua
Kamailioworld 2018 - Modular and test driven SIP Routing with Lua
 
What's new in Redis v3.2
What's new in Redis v3.2What's new in Redis v3.2
What's new in Redis v3.2
 
Alluxio in MOMO
Alluxio in MOMOAlluxio in MOMO
Alluxio in MOMO
 
Introduction to redis - version 2
Introduction to redis - version 2Introduction to redis - version 2
Introduction to redis - version 2
 
The Practice of Alluxio in Near Real-Time Data Platform at VIPShop [Chinese]
The Practice of Alluxio in Near Real-Time Data Platform at VIPShop [Chinese]The Practice of Alluxio in Near Real-Time Data Platform at VIPShop [Chinese]
The Practice of Alluxio in Near Real-Time Data Platform at VIPShop [Chinese]
 
Practical Elasticsearch - real world use cases
Practical Elasticsearch - real world use casesPractical Elasticsearch - real world use cases
Practical Elasticsearch - real world use cases
 
Real time fulltext search with sphinx
Real time fulltext search with sphinxReal time fulltext search with sphinx
Real time fulltext search with sphinx
 

Destaque

A Scuola di OpenCoesione - OGP Regional Meeting 2014, Dublin
A Scuola di OpenCoesione - OGP Regional Meeting 2014, DublinA Scuola di OpenCoesione - OGP Regional Meeting 2014, Dublin
A Scuola di OpenCoesione - OGP Regional Meeting 2014, DublinDamien Lanfrey
 
Social Innovation come Teoria del Cambiamento
Social Innovation come Teoria del CambiamentoSocial Innovation come Teoria del Cambiamento
Social Innovation come Teoria del CambiamentoDamien Lanfrey
 
บทที่ 3 คอมพิวเตอร์ส่วนบุคคล
บทที่ 3 คอมพิวเตอร์ส่วนบุคคลบทที่ 3 คอมพิวเตอร์ส่วนบุคคล
บทที่ 3 คอมพิวเตอร์ส่วนบุคคลparinee
 
размещение видеорекламы на Kartina tv 2014
размещение видеорекламы на Kartina tv 2014размещение видеорекламы на Kartina tv 2014
размещение видеорекламы на Kartina tv 2014Kartina TV
 
Le forme e gli strumenti della cittadinanza digitale
Le forme e gli strumenti della cittadinanza digitaleLe forme e gli strumenti della cittadinanza digitale
Le forme e gli strumenti della cittadinanza digitaleDamien Lanfrey
 
"How I obtained the skills I needed", Researcher Careers & Mobility Conference
"How I obtained the skills I needed", Researcher Careers & Mobility Conference"How I obtained the skills I needed", Researcher Careers & Mobility Conference
"How I obtained the skills I needed", Researcher Careers & Mobility ConferenceDamien Lanfrey
 
งานนำเสนอ1งานคอมในหลวง
งานนำเสนอ1งานคอมในหลวงงานนำเสนอ1งานคอมในหลวง
งานนำเสนอ1งานคอมในหลวงparinee
 
This is me[1]
This is me[1]This is me[1]
This is me[1]Davonte11
 
Undang undang-tahun-2003-13-03
Undang undang-tahun-2003-13-03Undang undang-tahun-2003-13-03
Undang undang-tahun-2003-13-03sutanmardiansyah
 
趣味でゲームを作ったけどまったく遊ばれなかった話
趣味でゲームを作ったけどまったく遊ばれなかった話趣味でゲームを作ったけどまったく遊ばれなかった話
趣味でゲームを作ったけどまったく遊ばれなかった話Takashi Sato
 
National geographic
National geographicNational geographic
National geographicSaleem Raza
 
Presentation Kartina TV www.kartina.tv
Presentation Kartina TV  www.kartina.tvPresentation Kartina TV  www.kartina.tv
Presentation Kartina TV www.kartina.tvKartina TV
 
Nurturing IT investments through cohesive innovation policy - Smart Cities a...
Nurturing IT investments through cohesive innovation policy - Smart Cities a...Nurturing IT investments through cohesive innovation policy - Smart Cities a...
Nurturing IT investments through cohesive innovation policy - Smart Cities a...Damien Lanfrey
 

Destaque (20)

Bendera
BenderaBendera
Bendera
 
A Scuola di OpenCoesione - OGP Regional Meeting 2014, Dublin
A Scuola di OpenCoesione - OGP Regional Meeting 2014, DublinA Scuola di OpenCoesione - OGP Regional Meeting 2014, Dublin
A Scuola di OpenCoesione - OGP Regional Meeting 2014, Dublin
 
Spkbi unit3
Spkbi unit3Spkbi unit3
Spkbi unit3
 
Social Innovation come Teoria del Cambiamento
Social Innovation come Teoria del CambiamentoSocial Innovation come Teoria del Cambiamento
Social Innovation come Teoria del Cambiamento
 
บทที่ 3 คอมพิวเตอร์ส่วนบุคคล
บทที่ 3 คอมพิวเตอร์ส่วนบุคคลบทที่ 3 คอมพิวเตอร์ส่วนบุคคล
บทที่ 3 คอมพิวเตอร์ส่วนบุคคล
 
Presentación1
Presentación1Presentación1
Presentación1
 
размещение видеорекламы на Kartina tv 2014
размещение видеорекламы на Kartina tv 2014размещение видеорекламы на Kartina tv 2014
размещение видеорекламы на Kartina tv 2014
 
Le forme e gli strumenti della cittadinanza digitale
Le forme e gli strumenti della cittadinanza digitaleLe forme e gli strumenti della cittadinanza digitale
Le forme e gli strumenti della cittadinanza digitale
 
The paradox
The paradoxThe paradox
The paradox
 
"How I obtained the skills I needed", Researcher Careers & Mobility Conference
"How I obtained the skills I needed", Researcher Careers & Mobility Conference"How I obtained the skills I needed", Researcher Careers & Mobility Conference
"How I obtained the skills I needed", Researcher Careers & Mobility Conference
 
งานนำเสนอ1งานคอมในหลวง
งานนำเสนอ1งานคอมในหลวงงานนำเสนอ1งานคอมในหลวง
งานนำเสนอ1งานคอมในหลวง
 
This is me[1]
This is me[1]This is me[1]
This is me[1]
 
Undang undang-tahun-2003-13-03
Undang undang-tahun-2003-13-03Undang undang-tahun-2003-13-03
Undang undang-tahun-2003-13-03
 
趣味でゲームを作ったけどまったく遊ばれなかった話
趣味でゲームを作ったけどまったく遊ばれなかった話趣味でゲームを作ったけどまったく遊ばれなかった話
趣味でゲームを作ったけどまったく遊ばれなかった話
 
Závěrečný ůkol+13
Závěrečný ůkol+13Závěrečný ůkol+13
Závěrečný ůkol+13
 
National geographic
National geographicNational geographic
National geographic
 
Juz 01 l
Juz 01 lJuz 01 l
Juz 01 l
 
I am poem
I am poemI am poem
I am poem
 
Presentation Kartina TV www.kartina.tv
Presentation Kartina TV  www.kartina.tvPresentation Kartina TV  www.kartina.tv
Presentation Kartina TV www.kartina.tv
 
Nurturing IT investments through cohesive innovation policy - Smart Cities a...
Nurturing IT investments through cohesive innovation policy - Smart Cities a...Nurturing IT investments through cohesive innovation policy - Smart Cities a...
Nurturing IT investments through cohesive innovation policy - Smart Cities a...
 

Semelhante a Linux commands

Semelhante a Linux commands (20)

LINUX_admin_commands.pptx
LINUX_admin_commands.pptxLINUX_admin_commands.pptx
LINUX_admin_commands.pptx
 
Lpt lopsa
Lpt lopsaLpt lopsa
Lpt lopsa
 
Linux
LinuxLinux
Linux
 
Linuxtraining 130710022121-phpapp01
Linuxtraining 130710022121-phpapp01Linuxtraining 130710022121-phpapp01
Linuxtraining 130710022121-phpapp01
 
redhat_by_Cbitss.ppt
redhat_by_Cbitss.pptredhat_by_Cbitss.ppt
redhat_by_Cbitss.ppt
 
LinuxCommands (1).pdf
LinuxCommands (1).pdfLinuxCommands (1).pdf
LinuxCommands (1).pdf
 
Linex
LinexLinex
Linex
 
linuxtl02.pptx
linuxtl02.pptxlinuxtl02.pptx
linuxtl02.pptx
 
Unix Basics Commands
Unix Basics CommandsUnix Basics Commands
Unix Basics Commands
 
#WeSpeakLinux Session
#WeSpeakLinux Session#WeSpeakLinux Session
#WeSpeakLinux Session
 
Ericas-Linux-Plus-Study-Guide
Ericas-Linux-Plus-Study-GuideEricas-Linux-Plus-Study-Guide
Ericas-Linux-Plus-Study-Guide
 
Live Memory Forensics on Android devices
Live Memory Forensics on Android devicesLive Memory Forensics on Android devices
Live Memory Forensics on Android devices
 
Unix cmc
Unix cmcUnix cmc
Unix cmc
 
Ai module
Ai module Ai module
Ai module
 
Linux for CS Majors
Linux for CS MajorsLinux for CS Majors
Linux for CS Majors
 
Linux Fundamentals
Linux FundamentalsLinux Fundamentals
Linux Fundamentals
 
CSA-lecture 6.pptx
CSA-lecture 6.pptxCSA-lecture 6.pptx
CSA-lecture 6.pptx
 
OMFW 2012: Analyzing Linux Kernel Rootkits with Volatlity
OMFW 2012: Analyzing Linux Kernel Rootkits with VolatlityOMFW 2012: Analyzing Linux Kernel Rootkits with Volatlity
OMFW 2012: Analyzing Linux Kernel Rootkits with Volatlity
 
Linux operating system by Quontra Solutions
Linux operating system by Quontra SolutionsLinux operating system by Quontra Solutions
Linux operating system by Quontra Solutions
 
Git basics
Git basicsGit basics
Git basics
 

Linux commands

  • 1. Linux Commands Copyrights | SkilledInterns.com
  • 2. ls – shows list of files & directories • fanaticgeek:~ gaurangaggarwal$ mkdir shishpal • mkdir – creates a new directory Copyrights | SkilledInterns.com
  • 3. • fanaticgeek:~ gaurangaggarwal$ cd shishpal/ • cd – change directory Copyrights | SkilledInterns.com
  • 4. • fanaticgeek:shishpal gaurangaggarwal$ ls • ls shows all the files and directories except the hidden files Copyrights | SkilledInterns.com
  • 5. • fanaticgeek:shishpal gaurangaggarwal$ mkdir shishpal is a good boy • mkdir can create multiple directories at same time . Copyrights | SkilledInterns.com
  • 6. • fanaticgeek:shishpal gaurangaggarwal$ ls • a boy good is shishpal • ls now showing all the 5 directories created using just one command Copyrights | SkilledInterns.com
  • 7. now ls –l shows every detail about files and directories • fanaticgeek:shishpal gaurangaggarwal$ ls -l • total 0 • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 a • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 boy • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 good • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 is • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 shishpal Copyrights | SkilledInterns.com
  • 8. • drwxr-xr-x are the permissions of the file or folder – 1-2-3 – user-group-others • w – write • x – execute • r – read Copyrights | SkilledInterns.com
  • 9. • fanaticgeek:shishpal gaurangaggarwal$ ls -a • . a good shishpal • .. boy is • ls –a = shows hidden files and folders • . & .. are the hidden files Copyrights | SkilledInterns.com
  • 10. fanaticgeek:shishpal gaurangaggarwal$ ls -la • total 0 • drwxr-xr-x 7 gaurangaggarwal staff 238 Jul 5 09:26 . • drwxr-xr-x+ 69 gaurangaggarwal staff 2346 Jul 5 09:25 .. • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 a • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 boy • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 good • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 is • drwxr-xr-x 2 gaurangaggarwal staff 68 Jul 5 09:26 shishpal • details are shown for hidden files as well because of –a Copyrights | SkilledInterns.com
  • 11. mv • mv is for moving the files or folder • mv file1 to file2 • file1 will be deleted • and renamed to file2 • only file2 will be shown Copyrights | SkilledInterns.com
  • 12. cp • cp file1 file2 • you will be having 2 files • file1 , file2 Copyrights | SkilledInterns.com
  • 13. Ctrl Z • is used for stopping the currently running command Copyrights | SkilledInterns.com
  • 14. Up key • shows previous commands Copyrights | SkilledInterns.com
  • 15. man • man <command name> • shows manual / help page of the command • eg : man ls • it shows help page of “ls” command Copyrights | SkilledInterns.com
  • 16. Ctrl R • if you remember some alphabets of past commands then type that after pressing Ctrl R . Copyrights | SkilledInterns.com
  • 17. top • shows all the processes running in your terminal • Processes: 154 total, 4 running, 1 stuck, 149 sleeping, 902 threads 09:38:54 • Load Avg: 0.81, 0.90, 0.86 CPU usage: 6.71% user, 3.35% sys, 89.92% idle • SharedLibs: 3916K resident, 6656K data, 0B linkedit. • MemRegions: 74165 total, 2118M resident, 40M private, 725M shared. • PhysMem: 1134M wired, 1964M active, 961M inactive, 4059M used, 29M free. • VM: 323G vsize, 1043M framework vsize, 6354631(13) pageins, 1719226(0) pageouts. • Networks: packets: 2754466/2096M in, 2972528/824M out. • Disks: 3441373/73G read, 1767764/81G written. • PID COMMAND %CPU TIME #TH #WQ #PORT #MREGS RPRVT RSHRD RSIZE • 6462 top 15.1 00:00.90 1/1 0 24 33 1596K 244K 2176K • 6458 fontd 0.0 00:00.11 3 1 78 115 4244K 616K 5288K • 6456- mdworker32 0.0 00:00.23 3 1 53 136 2872K 5772K 7496K Copyrights | SkilledInterns.com