Linux 基础知识2 安装 查看 使用

Posted yuyu22yu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux 基础知识2 安装 查看 使用相关的知识,希望对你有一定的参考价值。

文件ID i节点
文件搜索命令
locate 文件名

链接命令
软链接 有i节点和Block块 没有数据文件
硬链接 存东西 复制版

命令搜索命令 whereis which

权限的管理
chmod 777 abc 644 755

修改所有者chown 所属组 chgrp

LAMP LNMP


Apa systemctl status httpd
stop
ping ip

1 安装yum install httpd -y

查看 systemctl status httpd

关闭防火墙 systemctl stop firewalld

开启服务器 systemctl start httpd

重启 systemctl restart httpd

2
安装yum install mariadb
yum install mariadb-server mariadb-client -y

开启systemctl start mariadb

mysql -uroot

用 use mysql

退 exit

数据库 完毕

3yum install php-y
yum -y install php-gd php-ldap php-odbc php-pear php-xml php-xmlrpc php-mbstring php-snmp php-soap curl curl-devel php-mysql

进入/目录 ls
cd var ls
cd www
vi index.php
cat index.php


装 查看 开启

















以上是关于Linux 基础知识2 安装 查看 使用的主要内容,如果未能解决你的问题,请参考以下文章

Linux系统安装与使用基础之第四篇掌握Linux下存储设备的挂载与卸载的方法

Linux环境基础开发工具使用(上)

linux基础知识-链接列表

Linux命令的简单使用

Linux基础三(软件安装管理)

⭐️《Linux 系列》⭐️ Linux系统安装和基础知识介绍