当前位置:网站首页>Basic knowledge points
Basic knowledge points
2022-06-30 07:29:00 【My deep blue】
Basic knowledge points
Linux matters needing attention
- Linux Case sensitive
- Is saved as a file
- Linux File types are distinguished by no extension
Compressed package :“.gz” 、“.bz2”、".tar.bz2”
Binary packages :.rpm
Web page file :.htm1、.php
Script files ::.sh
The configuration file :.conf
Linux Built in and external commands
Linux There are two kinds of commands: internal command and external command :
- Internal orders
Built in commands and shell Is one. , The built-in command is called into memory when the system starts , It's memory resident .
They act as shell The components of the tool exist , There is no need to derive child processes to execute , There is no need to open the program file .
So the execution speed of built-in commands should be faster , It's more efficient .
- External command
External command is the software function of the system , Read in the memory from the hard disk when the user needs it
External commands are also called file system commands , yes bash shell Outside the program , It is not shell Part of . External commands are generally located in /bin、/usr/bin、/sbin or /usr/sbin in .
When executing external commands ,Linux The system will create a sub process ( This operation is called derivation ).
When a process must perform a derivation ,Linux The system needs to consume data to set the environment of the new sub process .
- Discrimination method
1、help
cd Is an internal command
ls Is an external command
- type
边栏推荐
- 03 - programming framework: Division of application layer, middle layer and driver layer in bare metal programming
- How crazy are young people in sideline industry: 3000 monthly salary and 3W sideline income
- Network security - layer 3 switching technology and internal network planning
- Parameter calculation of deep learning convolution neural network
- Error reporting record
- Keil plug-in Usage Summary
- 1285_ Expand macros defined by AUTOSAR functions and variables with scripts to improve readability
- 1、 Output debugging information: makefile file debugging information $(warning "tests" $(mkfile\u path)); makefile file path
- Application of stack -- using stack to realize bracket matching (C language implementation)
- Vs2019 and SQL
猜你喜欢
Go common commands
视频播放器(二):视频解码
FreeRTOS timer group
大学刚毕业不知道做什么工作怎么办?
C51 minimum system board infrared remote control LED light on and off
Basic knowledge of compiling learning records
Dynamic memory management
Final review -php learning notes 9-php session control
SwiftUI打造一款美美哒自定义按压反馈按钮
Video player (I): process
随机推荐
Stm32g0 and FreeRTOS learning summary
Connection flood attack principle
The most convenient serial port screen chip scheme designed at the charging pile in China
Introduction to ecostruxure (1) IEC61499 new scheme
Grep command usage
Use of ecostruxure (3) creating composite function blocks
Variable storage unit and pointer
Calculation and parameter quantity of neural network
Implementation of binary search in C language
Merge: extension click the El table table data to expand
记录开发过程中无法使用管理员身份修改系统文件问题
套接字socket编程——UDP
Starting MySQL ERROR! Couldn‘t find MySQL server (/usr/local/mysql/bin/mysqld_safe)
年轻人搞副业有多疯狂:月薪3000,副业收入3W
Can introduction
C51 minimum system board infrared remote control LED light on and off
01 - embedded learning route and career planning: embedded basic knowledge and development process
Final review -php learning notes 11-php-pdo database abstraction layer
[resolved] error 1290 (HY000): unknown error 1290
[most complete] install MySQL on a Linux server