zoukankan      html  css  js  c++  java
  • 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


    装 查看 开启

  • 相关阅读:
    Pick-up sticks
    The Doors
    Intersecting Lines
    Segments
    TOYS
    Palindrome
    Distinct Substrings
    Milk Patterns
    Musical Theme
    JavaScript基于时间的动画算法
  • 原文地址:https://www.cnblogs.com/yuyu99/p/6367083.html
Copyright © 2011-2022 走看看