Mac的Terminal的窗口,"ttys000"是什么意思?背后有什么故事么

如题所述

PC上的串口一般是ttyS,板子上Linux的串口一般叫做ttySAC,是usb口转串口的是ttyUSB,外插串口卡的话默认是dev下的ttyS* ,一般ttyS0对应com1,ttyS1对应com2

百度百科链接:SL

串行接口简称串口,也称串行通信接口或串行通讯接口(通常指COM接口),是采用串行通信方式的扩展接口。串行接口(Serial Interface) 是指数据一位一位地顺序传送,其特点是通信线路简单,只要一对传输线就可以实现双向通信(可以直接利用电话线作为传输线),从而大大降低了成本,特别适用于远距离通信,但传送速度较慢。

mac是一款类unix系统,然后源码如下:

#
# @(#)ttys 5.2 (Berkeley) 6/10/93
#
# name getty type status comments
#
#console  "/usr/libexec/getty std.57600" vt100 on secure
console "/System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow" vt100 on secure onoption="/usr/libexec/getty std.9600"
#tahoe's only
#remote "/usr/libexec/getty std.1200" pt on # diagnostics

# The tty.serial entry initializes the serial port (if any) for use as a 
# terminal (enabling logons over serial). If marked secure, the serial
# port will allow root logons. 
# To make the serial port available for outbound 
# communications, the tty.serial entry should be turned off
# (set the 4th field to off).
tty.serial      "/usr/libexec/getty serial.57600"        vt100   off secure

# Fax reception is off by default, use the 
# System Preferences panel to enable it.
fax "/usr/bin/fax answer" unknown off

# Hardwired lines are marked off, by default, so getty(8)
# is quiet when they don't exist.
tty[00-07] "/usr/libexec/getty std.9600" unknown off secure

# pseudo-ttys
ttyp[0x0-0xf] none network slot=36
ttyq[0x0-0xf] none network
ttyr[0x0-0xf] none network
ttys[0x0-0xf] none network
ttyt[0x0-0xf] none network
ttyu[0x0-0xf] none network
ttyv[0x0-0xf] none network
ttyw[0x0-0xf] none network

# cloning ptys
ttys[000-999] none network

温馨提示:内容为网友见解,仅供参考
第1个回答  2016-08-19
启动finder,在出现的窗口的左列表框的places中选择applications,进一步选择utilities文件夹进入,我们会开到一个黑色屏幕图标的terminal。双击启动。显示的内容如下:Lastlogin:TueAug1822:32:29onttys000yan-lis-macbook-pro:~yanli$其中~表示的是当前用户的根目录。yan-lis-macbook-pro:~yanli$lsDesktopMoviesSendRegistrationDocumentsMusicSitesDownloadsPicturesLibraryPublicyan-lis-macbook-pro:~yanli$如果我们进入到其他目录太深,我们可以使用cd~立即会到自己的根目录下:Lastlogin:TueAug1822:32:29onttys000yan-lis-macbook-pro:~yanli$lsDesktopMoviesSendRegistrationDocumentsMusicSitesDownloadsPicturesLibraryPublicyan-lis-macbook-pro:~yanli$cdLibrary/yan-lis-macbook-pro:Libraryyanli$lsAddressBookPlug-InsDictionariesPreferencePanesApplicationSupportFavoritesPreferencesAssistantsFontCollectionsPrintersAudioFontsPubSubAutosaveInformationInputMethodsSafariCachesInternetPlug-InsScreenSaversCalendarsKeyboardLayoutsSoundsColorPickersKeychainsVoicesCompositionsLogsiMovieCookiesMailyan-lis-macbook-pro:Libraryyanli$cd~yan-lis-macbook-pro:~yanli$lsDesktopMoviesSendRegistrationDocumentsMusicSitesDownloadsPicturesLibraryPublicyan-lis-macbook-pro:~yanli$使用cd..可以回退到当前目录的父目录:yan-lis-macbook-pro:Usersyanli$lsSharedyanliyan-lis-macbook-pro:Usersyanli$如果你对一个命令的用法不了解,你可以使用:这些就是最基本的操作,如果你是linux高手,那么你一定会使用很多命令吧!

Mac的Terminal的窗口,"ttys000"是什么意思?背后有什么故事么
这是一个历史问题,tty 是 TeleTYpe 电传打字机的缩写。在当年,电传打字机是唯一能够被使用的实时输入输出设备,而后被键盘和显示器终端取代,但是名字却保留下来。现在通过改变后面的编号,在MAC OS X中用于区分不同的Terminal。

Mac的Terminal的窗口,"ttys000"是什么意思?背后有什么故事么
PC上的串口一般是ttyS,板子上Linux的串口一般叫做ttySAC,是usb口转串口的是ttyUSB,外插串口卡的话默认是dev下的ttyS* ,一般ttyS0对应com1,ttyS1对应com2 百度百科链接:SL 串行接口简称串口,也称串行通信接口或串行通讯接口(通常指COM接口),是采用串行通信方式的扩展接口。串行接口(Serial Interfac...

mac的terminal的窗口,'ttys000'是什么意思?背后有什么故事
TTY起源应与此观察相符。getty(Unix系统)是一种运行在主机上的程序,管理物理或虚拟终端(TTYs)。检测连接时,它要求输入用户名,并运行登录程序进行验证。早期Unix系统中,getty负责处理连接至主机的串行终端,通常是电传打字机。TTY名称的字面含义是电传打字机,但现已泛指任何文本终端。一个getty进程对...

[原创]如何启动mac的命令窗口
启动finder,在出现的窗口的左列表框的places中选择applications,进一步选择utilities文件夹进入,我们会开到一个黑色屏幕图标的terminal。双击启动。显示的内容如下:Last login: Tue Aug 18 22:32:29 on ttys000yan-lis-macbook-pro:~ yanli$其中~表示的是当前用户的根目录。yan-lis-macbook-pro:~ ...

[原创]如何启动mac的命令窗口
启动finder,在出现的窗口的左列表框的places中选择applications,进一步选择utilities文件夹进入,我们会开到一个黑色屏幕图标的terminal。双击启动。显示的内容如下:Last login: Tue Aug 18 22:32:29 on ttys000 yan-lis-macbook-pro:~ yanli 其中~表示的是当前用户的根目录。yan-lis-macbook-pro:~...

相似回答