linux系统终端 是干什么的?

linux系统终端 是干什么的?,第1张

对于普通 Linux 来说,终端的作用是一个字符(或者模拟字符)的命令交互界面,实现对计算机的控制。

最初的UNIX类型的系统大型机系统(当时还没有个人计算机的概念,而Apple和IBM是个人计算机开发的两个推动者)。 用户需要远程登录大型机,并且多个用户可以通过终端进行访问。

一般来说,终端没有主机,只有显示键盘和鼠标(在当时,鼠标是相当先进的工具)。 大型机本身没有监视器键盘和鼠标。

到目前为止,Linux还保留了“终端”的概念,所有用户交互都使用终端方法来访问系统。 包括X环境也是一个特殊的终端实现, 尽管现在计算机本身将自身与终端相连。

扩展资料:

linux下开启终端的4种方法:

1、ctrl+alt+F1~F6之间使用,这是纯终端使用。

2、在linux桌面环境下,鼠标点击程序菜单,找到一般为实用程序或者系统工具类的菜单中找到终端程序。

3、调试模式的终端模式,在开机时候esc键,根据linux版本不同,进入方式也不同,这一般为系统出现故障才使用的终端模式。

4、可以使用类似SSH类型的软件,远程登录终端,这属于网络版终端,使用终端服务器软件,远程开启终端,这需要配置终端服务器。

你好

你可以直接在终端上输入objdump,然后有以下内容:

Usage: objdump <option(s)><file(s)>

Display information from object <file(s)>.

At least one of the following switches must be given:

-a, --archive-headersDisplay archive header information

-f, --file-headers Display the contents of the overall file header

-p, --private-headersDisplay object format specific file header contents

-h, --[section-]headers Display the contents of the section headers

-x, --all-headersDisplay the contents of all headers

-d, --disassembleDisplay assembler contents of executable sections

-D, --disassemble-allDisplay assembler contents of all sections

-S, --source Intermix source code with disassembly

-s, --full-contents Display the full contents of all sections requested

-g, --debugging Display debug information in object file

-e, --debugging-tags Display debug information using ctags style

-G, --stabs Display (in raw form) any STABS info in the file

-W[lLiaprmfFsoR] or

--dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,=str,=loc,=Ranges]

Display DWARF info in the file

-t, --syms Display the contents of the symbol table(s)

-T, --dynamic-syms Display the contents of the dynamic symbol table

-r, --reloc Display the relocation entries in the file

-R, --dynamic-reloc Display the dynamic relocation entries in the file

@<file> Read options from <file>

-v, --versionDisplay this program's version number

-i, --info List object formats and architectures supported

-H, --help Display this information

从上面可以看出 -h, --[section-]headers Display the contents of the section headers

是显示了你tools/system里面的开头内容!

祝好!

1、在Linux的首页使用Ctrl+alt+T,打开终端。

2、Linux支持多终端,可以再使用Ctrl+alt+T命令打开多个终端。

3、通过“search your computer”功能搜索,terminal。

4、输入“ter”,可以看到,terminal终端出现了,单击打开。

5、可以鼠标左键terminal,把他拖到到“search your computer”的下面,然后右键固定到“启动栏”中,就类似Windows的“锁定到任务栏” 这样就方便下次直接使用。


欢迎分享,转载请注明来源:内存溢出

原文地址:https://54852.com/yw/8387949.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-04-15
下一篇2023-04-15

发表评论

登录后才能评论

评论列表(0条)

    保存