序言与目录
linux系统管理技术手册 目录
第10章 系统日志与日志文件
10.1.1 扔掉日志文件
10.1.3 存档日志文件
10.2.1 特殊的日志文件
10.3 logrotate: 管理日志文件
10.4.1 syslog的其他替代方案
10.4.
转载
2009-05-06 10:48:53
1605阅读
linux技术手册
原创
2015-07-11 06:58:34
540阅读
Linux技术手册是Linux操作系统的重要参考书籍,其中详细记录了Linux系统的各种功能和命令操作。对于使用Linux系统的人来说,掌握Linux技术手册是非常重要的,这不仅可以帮助他们更好地理解和掌握Linux系统,还可以快速解决各种技术问题。
在Linux技术手册中,最常见的就是关于Linux命令的介绍和说明。Linux系统是一个基于命令行操作的操作系统,通过命令行可以完成系统的各种管理
原创
2024-03-14 10:31:07
25阅读
Linux 系统管理技术手册一直是广大 Linux 爱好者和系统管理员们必备的工具书之一。在 Linux 系统管理中,使用红帽(Red Hat)操作系统的情况也非常普遍。红帽公司是全球领先的开源解决方案提供商,其提供的红帽企业版(Red Hat Enterprise Linux,简称 RHEL)操作系统被广泛应用于企业级服务器和工作站环境中。
红帽系统管理技术手册是一本权威的指导手册,涵盖了从基
原创
2024-03-07 09:44:58
111阅读
在现代计算机领域中,Linux操作系统无疑是一个非常重要的存在。作为一个开源的操作系统,Linux在服务器、嵌入式设备、个人电脑等领域都有着广泛的应用。对于想要深入了解Linux操作系统的读者来说,《Linux技术手册pdf》这本书无疑是一个不可多得的资源。
在这本技术手册中,读者可以找到关于Linux操作系统的各种基础知识,包括文件系统、进程管理、设备管理等内容。同时,这本书也会介绍一些高级的
原创
2024-03-22 10:39:11
99阅读
Unix和Linux系统管理技术手册是每个IT从业人员必备的工具书之一,其中有着丰富的技术知识和实用的操作技巧,可以帮助管理人员更高效地管理和维护Unix和Linux系统。
红帽作为一家知名的Linux发行版厂商,也有自己的一套系统管理技术手册,其中包含了丰富的知识内容,涵盖了系统的安装、配置、管理和故障排除等方方面面。通过学习这些手册,管理人员可以更好地了解系统的架构和工作原理,从而更好地进行
原创
2024-03-14 09:54:35
28阅读
Linux系统管理的圣经,由Linux之父倾力作序推荐!
&n
原创
2008-04-22 16:05:15
2136阅读
1评论
Linux内核技术手册是一本涵盖了众多关键概念和技术的重要参考资料。作为一名Linux用户或开发者,熟练掌握和深入理解这本手册是至关重要的。本文将围绕着“Linux内核技术手册”这个关键词展开讨论,探讨它的重要性以及对于Linux操作系统的意义。
首先,Linux内核技术手册是一本详尽的指南,介绍了Linux内核的基本原理和设计。它提供了关于Linux操作系统内核的详细信息,包括进程管理、内存管
原创
2024-01-30 17:16:48
102阅读
从现在开始给自己定了一个任务每天看一段《UNIX/Linux 系统管理技术手册 第4版 》中英对照着看以此提高自己的英文阅读能力2016.8.8 16:30-17:30SECTION ONE BASIC ADMINISTRATION1 Where to Start第一部分 基本管理技术第1章 从何处入手 An awful lot of UNIX and Linux inf
原创
2016-08-08 17:39:13
1263阅读
2016.8.12 23:20-23:501.2 SUGGESTED BACKGROUND1.2 读者的知识背景 We assume in this book that you have a certain amount of Linux or UNIX experience. In particular, you should have a general concept of ho
原创
2016-08-13 00:00:44
539阅读
2016.8.14 21:40-22:101.3 FRICTION BETWEEN UNIX AND LINUX1.3 UNIX和Linux之间的摩擦 Because they are similar, this book covers both UNIX and Linux systems. Unfortunately, mentioning UNIX and Linux toget
原创
2016-08-14 22:12:59
711阅读
2016.8.22 9:00-9:40The keywords database can become out of date. If you add additional man pages to your system, you may need to rebuild this file with mandb (Ubuntu, SUSE), makewhatis (Red Hat), or c
原创
2016-08-22 10:25:18
899阅读
2016.8.24 9:37-10:201.10.2 Package-specific documentationMost of the important software packages in the UNIX and Linux world are maintained by individuals or by third parties such as the Internet Syst
原创
2016-08-24 17:59:11
664阅读
2016.8.17 16:50-17:50Some important questions to ask are Is this distribution going to be around in five years? Is this distribution going to stay on top of the latest security patches? 
原创
2016-08-17 19:08:08
1046阅读
2016.8.19 17:20-17:50 HP-UX is based on System V and is tied to Hewlett-Packard’s hardware platforms. It’s closer to the ancestral source tree than either Solaris or AIX, but HP has kept pace wi
原创
2016-08-19 17:51:51
654阅读
2016.11.4 9:30-10:15Adding new softwareIf you do need to install additional software, you first need to determine the canonical name of the relevant software package. For example, you’d need to transl
原创
2016-11-04 10:32:22
1002阅读
2016.11.72 Scripting and the ShellGood system administrators write scripts. Scripts standardize and automate the performance of administrative chores and free up admins’ time for more important and mo
原创
2016-11-07 17:28:57
700阅读
2016.11.17Variables and quotingVariable names are unmarked in assignments but prefixed with a dollar sign when their values are referenced. For example: $ etcdir='/etc' $ echo $etcdir 
原创
2016-11-17 15:24:19
500阅读
2016.8.10 20:00-21:201.1.3 Performing backups1.1.3 执行备份 Performing backups is perhaps the most important job of the system administrator, and it is also the job that is most often ignored or slo
原创
2016-08-10 21:30:01
665阅读
2016.8.31 10:00-10:301.12 WAYS TO FIND AND INSTALL SOFTWAREChapter 12, Software Installation and Management, addresses software provisioning in detail. But for the impatient, here’s a quick primer on
原创
2016-08-31 10:38:27
936阅读