Navigating Unix.ppt

  1. 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
  2. 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  3. 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
Navigating Unix.ppt

Navigating Unix UCR Technical Seminar Series Fall ’03 Dan Berger dberger@cs Outline Unix History/Philosophy File System Basics Utilities You Shouldn’t Leave ~/ Without Web, Mail, Office, Windows Printing Looking for Help Asking for Help Learning More Slides online at /~dberger A Brief History of Time^wUnix Born in the late 60’s at ATT/Bell Labs out of the MULTICS project. Ran on a PDP-11. Thompson, Ritchie, Kernighan, among others. In the 70’s ATT was prohibited from selling Unix, so they gave it to universities. The contributions from some of those universities (such as Berkeley), and later from MIT, evolved Unix into the basic form it still holds today. Unix Philosophy Small tools, each of which does one job well. Build pipelines of these tools to accomplish loftier goals. Users interact with the system through the “shell” – a command-line interface. It’s all about user choice – why have one when you can have three? “Here’s the rope, there’s the tree – help yourself.” File System Basics: / There’s no “C:\”, or “Macintosh HD” – the file system is a tree, rooted at “/” Additional volumes can be “mounted” at (fairly) arbitrary spots in the tree. Some key portions of the tree: . and .. Every directory has two special entries: “.” and “..” “.” is the current directory “..” is one level up toward the root (/) Confusing them can be unpleasant… Trick Question: what directory does “/..” refer to? Home Directories Unix is inherently multi-user – and in a multi-user system, users can’t scribble their files around at random. Each user on a Unix system has a “home directory” – it’s contents, organization (or lack thereof) are completely up to you. When you log in, you are placed in your home directory (abbreviated ~/). Manipulating Files from the Shell File Permissions Recall: unix is multi-user – the file system keeps track of who’s allowed to read, write, and execute a given file. The world is divided into three: the user that owns the file, other users in the group th

文档评论(0)

zhaoxq + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档