yuenshome / yuenshome.github.io

https://yuenshome.github.io
MIT License
84 stars 15 forks source link

shell && linux启动过程 #84

Open ysh329 opened 5 years ago

ysh329 commented 5 years ago

image

ysh329 commented 5 years ago

image image

执行方式:前两种会产生子进程,后两种不会

ysh329 commented 5 years ago

image image image

分号和管道符可以连接命令:

管道符的使用时,最好规避内建命令

ysh329 commented 5 years ago

image

ysh329 commented 5 years ago

image image image image

ysh329 commented 5 years ago

image image image image image

变量导出,父进程->子进程

image

ysh329 commented 5 years ago

image image image

小技巧

image

ysh329 commented 5 years ago

环境配置文件

image

login shell和非login shell

image image