只有远程访问(没有物理访问)、服务器(即SSH),如何(或者可能是可能的):
找出它是否配置了RAID?如果它是RAID配置的,它是软件还是硬件RAID?这是什么级别的突袭?
找到硬盘的RPM速度吗?
注意:在本例中,我可以访问基于RHEL4 4/5和CentOS4 4/5的Linux服务器。
编辑
下面是来自mount服务器的RHEL4命令的输出:
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/
我有Kali linux操作系统。当我尝试安装dkms时,我得到了以下内容:
└─# sudo apt install dkms
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
dctrl-tools
Suggested packages:
menu
The following NEW packages will be installed
目录结构和文件系统有什么区别?
Unix/Linux目录和文件系统如下所示:
下面两个目录显然我们知道目录。
/home/abc/xyzdir1 --is a directory
/home/abc/xyzdir2 -- is a directory
以下三个示例说明了文件系统。
/proc -- is a file system
/ -- is a file system
/bin -- is a file system
如何从上面的代码片段中识别哪个是文件系统和一个目录?