1.先创建组和系统用户然后创建密码;# groupadd sftp # useradd -g sftp -s /bin/false aaa # passwd aaa-s 禁止用户ssh登录-g 加入sftp用户组2.修改目录权限;# cd /home # chown root:sftp aaa # chmod 755 aaa # mkdir file # chown aaa:sftp ...
报错:+ npm i npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual versi...
修改网易yum源mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.163.com/.help/CentOS7-Base-163.repo yum clean all &...