Unix和Linux系统管理
Unix和Linux是两种非常流行的操作系统,尤其在企业级系统管理中具有重要地位。Unix系统最早于1969年诞生,由贝尔实验室的肯·汤普森和丹尼斯·里奇开发。而Linux则是由芬兰学生林纳斯·托瓦兹于1991年开发的操作系统。这两种系统都有很多相似之处,尤其是在系统管理方面。本文将讨论Unix与Linux系统管理方面的几个关键点。
首先,Unix和Linux系统
原创
2024-02-01 16:14:52
157阅读
Unix和Linux系统管理技术手册是每个IT从业人员必备的工具书之一,其中有着丰富的技术知识和实用的操作技巧,可以帮助管理人员更高效地管理和维护Unix和Linux系统。
红帽作为一家知名的Linux发行版厂商,也有自己的一套系统管理技术手册,其中包含了丰富的知识内容,涵盖了系统的安装、配置、管理和故障排除等方方面面。通过学习这些手册,管理人员可以更好地了解系统的架构和工作原理,从而更好地进行
原创
2024-03-14 09:54:35
28阅读
1、磁盘管理
1)磁盘空间检测命令:df
显示当前系统中各个逻辑磁盘中空闲的磁盘块(512B/块)和空闲的索引节点(可建立的新文件数)
$df
$df -t(-t可给出文件系统磁盘块总数)
2)磁盘使用情况统计:du
统计指定目录及所有子目录的磁盘使用情况,单位:磁盘块数
$du
$du -a ./run/tmp (统计目录及其所有子目录和文件的情况)
2、文件系统管理:fsck
原创
2011-11-29 11:07:40
405阅读
简单系统管理
shutdown命令使用
date系统时间理解及设置系统时钟
who,whoami等命令
原创
2016-12-24 00:57:11
962阅读
系统管理 目前网络发展迅速,做为技术人员,需要不断的学习。NOS操作系统,有windows,以后,过内linux会多起来。
原创
2007-08-21 08:27:10
599阅读
1评论
1.Linux磁盘管理硬盘:机械式硬盘SSD机械式:tracksector: 512bytescylinder: 分区的基本单位;MBR:Master Boot Record512bytes446: bootloader64: filesystem allocation table16: 标识一个分区2:55AA磁盘接口类型:IDE (ATA):133MB/s,/dev/hdSCSI: 640MB
原创
2015-09-04 22:25:04
1051阅读
点赞
[TOC] 系统监控 系统管理 1. 分区的本质? 2. 如何查看/dev/sda的分区信息? 3. 解释一下软硬链接? 4. 文件系统由拿几部分组成? 5. 聊一聊你对swap的看法? 6. 一块磁盘从插入服务器到能使用要经历哪些阶段? 7. 如何分区?如何格式化?如何查看分区的UUID? 8.
原创
2021-07-29 10:17:17
482阅读
本文从系统管理员的角度讨论安全问题.系统管理员是管理系统的人:启动系统,停止系统运行,安装新软件,增加新用户,删除老用户,以及完成保持系统发展和运行的日常事务工作.
1.安全管理
安全管理主要分为四个方面: (1)防止未授权存取:这是计算机安全最重要的问题:未被使用系统的人进入系统.用户意识,良好的口令管理(由系统管理员和用户双方配合),登录活动记录和报告,用户和网络活动的周期检查,
转载
精选
2010-06-25 17:55:56
715阅读
从现在开始给自己定了一个任务每天看一段《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阅读
本文从系统管理员的角度讨论安全问题.系统管理员是管理系统的人:启动系统,停止系统运行,安装新软件,增加新用户,删除老用户,以及完成保持系统发展和运行的日常事务工作. 1.安全管理 安全管理主要分为四个方面: (1)防止未授权存取:这是计算机安全最重要的问题:未被使用系统的人进入系统.用户意识,良好的口令管理(由系统管理员和用户双方配合),登录活动记录和报告,用户和网络活动的周期检查,这些都是防
转载
精选
2008-04-01 13:49:19
643阅读
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
941阅读
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
1049阅读
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
657阅读
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阅读