- 1、本文档共27页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
MAC_OS_X__系统终端的常用命令(国外英文资料)
MAC_OS_X__系统终端的常用命令(国外英文资料)
Common commands for MAC OS X system terminals
The Unix file system that OSX USES, all files are hung in the root directory/below, and there is no window-panelist concept.
The hard drive that you see on the desktop hangs in/out.
For example, a mobile hard drive called USBHD, which shows a hard disk icon on the desktop, where is it actually?
Execute ls/Volumes/USBHD in the terminal to see if the contents of the disk are displayed.
The root directory location is/the core Mach_kernel is here,
Drive the location/Systme/Library/Extensions
User folder location/User/User name
Desktop/User/username/Desktop
The file wildcard is the asterisk *
Note: in Unix systems, the case is case-sensitive, A.t xt is not a.t. xt.
The root directory sign/is not optional, the CD/System indicates to the System under the directory, and the CD System represents the System that is transferred to the current directory
-- -- -- -- -- -- -- -- -- -
How do I get into the command line operation mode
In the graphical interface, use finder to open the applications utility
If you cant even get a graphic interface (for example, a wrong display driver), start with F8, start with the -s parameter, and then enter the command mount - uw /
Get permission
In order to prevent the wrong operating system and the user status without the authority operating system important file, the root authority is obtained first
Sudo -s
Then enter the password, enter the password without any echo, not even the asterisk, just lose the return car.
-- -- -- -- -- -- -- -- -- -
Basic commands
Lists the files
Ls parameter directory name
E.g. To see whats under the directory,
The ls /
To see whats in the drive directory,
The ls/System/Library/Extensions
Parameter - w shows Chinese, -l details, -a includes hidden files
Conversion directory
CD
Example: think of a drive directory for a walk
CD/System/Library/Extensions
Create a new directory
The mkdir directory name
Example: build a backup directory backup in
文档评论(0)