4 articles
Monday, Apr 24, 2023
执行apt-get source nginx出现了以下错误 Fetched 1,237 kB in 0s 12.0 MB/s dpkg-source: info: extracting nginx in nginx-1.23.4 dpkg-source: info: unpacking nginx1...
Tuesday, Apr 7, 2020
Add the user with the least privilege of MySQL and the method to restrict the user to occupy system resources Generally open IDC or virtual hosting pr...
Thursday, Jan 2, 2020
使用cd命令进入一个带的文件夹 出现了以下错误 Unknown user: 目录名. 初步发现引起这个问题的是shell类型引起的 因为默认freebsd使用的是csh类型,可以使用以下命令查看用户的shell类型 cat /etc/master.passwd 解决方法新建一个标准的bash用户,再...
Thursday, Nov 1, 2018
Change the user's home directory for centos yum install finger Install related components id username View user uid usermod -d /home/newfolder -u uid ...