Seafile镜像手册
  • Seafile镜像手册
  • Seafile镜像手册
    • 镜像组成
    • 获取镜像并验证
    • 开始安装Seafile
    • 常用账号与密码说明
    • 备份
    • 升级
    • Seafile常见问题
    • 如何进行域名设置?
    • 如何远程登录和FTP?
    • 常见命令(Linux)
    • Seafile官方链接
    • 后记
Powered by GitBook
On this page
  1. Seafile镜像手册

常见命令(Linux)

使用本镜像的Linux版本,可能需要用到的命令如下:

~# cd /data/wwwroot/default  //进入网站根目录
~# reboot //重启服务器
~# wget url  //下载url对应的文件
~# unzip xx.zip //解压xx.zip文件到当前目录

~# systemctl restart nginx  //重启nginx
~# systemctl restart php-fpm //重启php-fpm
~# systemctl start | stop | restart mysqld //启动、关闭、重启mysql数据库

~# yum update -y //升级所有包同时也升级软件和系统内核,-y当安装过程提示选择全部为"yes"
~# yum upgrade -y //只升级所有包,不升级软件和系统内核,-y当安装过程提示选择全部为"yes"
Previous如何远程登录和FTP?NextSeafile官方链接

Last updated 7 years ago