Linux Terminal

Linux Terminal

What is a terminal??

A terminal is a program which runs a Shell.Terminal(Terminal emulator) is a text window (GUI : graphical user interface) works as input medium of commands and also output medium for results that return from Kernel.

Why do we need the terminal??

When we have a work with an operating system, so we need a Terminal with Shell as a tunnel to go deep into Kernel which it executes our instructions in an operating system.

A Linux console terminal is similar to a command line in Windows but it differs in that it can perform any operation on the system as Linux is open source.



The advantages of Terminal are

  • Extensive, system-wide configuration and administration
  • File and folder administration
  • The ability to access, transfer and share data between machines
  • Extensive system monitoring

For more Details, Please Check attached links in the article.

References :


要查看或添加评论,请登录

Ahmed Ibrahim的更多文章

  • Tree Data Structure

    Tree Data Structure

    What is a Tree Data Structure? A Tree is a special data structure & data stored in non-linear data structure, unlike…

  • Graphs

    Graphs

    A Graph is the kind of Data Structures that we use to store data in an especial way. It is a Non-linear Or…

  • Shell

    Shell

    What is Shell?? Shell is a program that executes commands read from input devices by passing them to the Kernel of an…

  • Linux

    Linux

    What is Linux??? Linux is an operating system(OS) like Windows, Mac & Unix.But it is much more like Unix, In other…

  • Kernel

    Kernel

    What is Kernel?? A kernel is a program that is the central core of operating system with complete control of all…

  • Interface Class

    Interface Class

    What Is An Interface Class?? It is a special class Which is cannot be instantiated & it contains only abstract…

  • Abstract Class

    Abstract Class

    What is abstract Class?? It is a special class Which is cannot be instantiated & it may or may not contain abstract…

  • A Keyword (This) In Java

    A Keyword (This) In Java

    What does a keyword this mean in java? It is a very simple, if we are trying to access members(variables, methods) in a…

  • Static & Non Static Java

    Static & Non Static Java

    What does Static mean in java? The Static keyword is can be used with ( classes, methods, variables, and blocks )& used…

  • Stack Memory & Heap Memory In Java

    Stack Memory & Heap Memory In Java

    Java memory allocation consists of two concepts in relation.These concepts are Stack & Heap Memory.

    2 条评论

社区洞察

其他会员也浏览了