Skip to Content
Java持续交付
book

Java持续交付

by Daniel Bryant, Abraham Marín-Pérez
November 2019
Beginner to intermediate
406 pages
9h 21m
Chinese
Publishing House of Electronics Industry
Content preview from Java持续交付
90
6
其他构建工具和技巧
用户启动了一个进程(可以是一个
Java
应用程序、一个构建服务器、一次测试或者任
何其他进程),这个进程将继承你的权限。如果你使用权限很大的用户账户来运行程序,
那么你启动的进程可能会造成很大的破坏!
一个用户可以访问其他组中的其他文件,只要他也是该组的成员并且被赋予了相应的访
问权限。要想在其他组中运行程序或创建文件,你必须运行
newgrp
命令来切换当前组
(例如,
newgrp <group_name>
)。如果你是
/etc/group
文件中
group_name
的成员,则当
前组成员身份将更改为
group_name
。务必要注意的是,切换组后创建的所有文件都将与
新的组关联,而不是与原来的主要组关联。你还可以使用
chgrp
命令来更改组
chgrp
<newgroup>
使用文件系统
熟练掌握和理解文件系统,是你需要掌握的最基础的技能。当你登录某台服务器(例如,
一台新的构建服务器)时,通常会直接进入用户账户的主目录(
home
目录)。
浏览目录
主目录是为用户存储文件和创建目录准备的一个目录。如果想要找出主目录与其余文件
系统的关系,你可以使用
pwd
命令。该命令会显示你当前所在的目录,如示例
6-3
所示。
示例6-3:使用pwd命令来查看你当前所在的目录
(master *+) conferencemono $ pwd
/Users/danielbryant/Documents/dev/daniel-bryant-uk/
oreilly-book-support/conferencemono ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

写给系统管理员的Python脚本编程指南

写给系统管理员的Python脚本编程指南

Posts & Telecom Press, Ganesh Sanjiv Naik
Python和NLTK实现自然语言处理

Python和NLTK实现自然语言处理

Posts & Telecom Press, Nitin Hardeniya
解密金融数据

解密金融数据

Justin Pauley
Python机器学习案例精解

Python机器学习案例精解

Posts & Telecom Press, Yuxi (Hayden) Liu

Publisher Resources

ISBN: 9787121374425