摘要:
一、shell概述 shell 的两层含义:既是一种应用程序,又是一种程序设计语言 作为应用程序:交互式地解释、执行用户输入的命令,将用户的操作翻译成机器可以识别的语言,完成相应功能,因而又可称为shell命令解析器。 shell 是用户和 Linux 内核之间的接口程序 1、用户在提示符下输入的命 阅读全文
posted @ 2022-05-05 23:22
while19
阅读(45)
评论(0)
推荐(0)
摘要:
进入Ubuntu,在终端上输入一下命令: sudo update-grub 重启 阅读全文
posted @ 2022-05-05 20:19
while19
阅读(530)
评论(0)
推荐(0)
摘要:
暂时忽略该问题,一直安装,结束后在终端输入以下命令: sudo su sudo add-apt-repository ppa:yannubuntu/boot-repair sudo apt-get update sudo apt-get install boot-repair 等上述命令结束后,重启 阅读全文
posted @ 2022-05-05 20:14
while19
阅读(5459)
评论(0)
推荐(0)