zoukankan      html  css  js  c++  java
  • Chap2:什么是shell[The Linux Command Line]

    1 shell - a program that takes keyboard commands and passes them to the operating system to carry out

    2 bash - an acronym for 'Bourne Again SHell,is an enhanced replacement for sh, the original Unix shell program written by Steve Bourne.

    3 Terminal -use the program ,we can interact with the shell

    4 shell prompt-include your username@machinename ,followed by the current working directory and a dollar sign.

             -if the last character of the prompt is pound sign('#') , the terminal session has superuser  privileges. this means either we are logged in as the root user or we selected emulator that  provides superuser(administrative) privileges.

    5 command history - Press the down-arrow key and the previous command disappears.

    6 copy-If you highlight some text by holding down the left mouse button and dragging the mouse over it (or double clicking on a word), it is copied into a buffer maintained by X. Pressing the middle mouse button will cause the text to be pasted at the cursor location.

    7 a few simple commands

              (1)date-displays a calendar of the current time and date 

         (2)cal-displays a calendar of the current month

              (3)df- to see the current amount of free space on your disk drives

              (4)free-to display the amount of free memory

              (5)exit-clost the terminal emulator window

  • 相关阅读:
    scikit-opt——DE(差分进化)
    scikit-opt——SA(模拟退火)
    scikit-opt——Python中的群体智能优化算法库
    springboot EnableAutoConfiguration
    JAVA线程sleep和wait方法区别
    数据库优化-水平拆分 垂直拆分
    component和bean区别
    mysql 索引
    maven资源文件的相关配置
    IntelliJ IDEA 2017.2.2 的破解 有效期 2116年
  • 原文地址:https://www.cnblogs.com/ERFishing/p/10053865.html
Copyright © 2011-2022 走看看