随笔分类 -  Linux

Linux Operation and maintenance and Practice
摘要:确认分区信息 fdisk -l Disk /dev/vda: 53.7 GB, 53687091200 bytes, 104857600 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 51 阅读全文
posted @ 2021-06-23 15:05 devs 阅读(438) 评论(0) 推荐(0) 编辑
摘要:可能原因:SELinux限制了Apache的端口设置 # semanage port -l | grep http -bash: semanage: command not found 如果出现semanage: command not found信息,则需要安装semanage yum -y in 阅读全文
posted @ 2021-06-15 22:37 devs 阅读(849) 评论(0) 推荐(0) 编辑