df (disk free) - 显示文件系统的磁盘空间使用情况。df -h 以人类可读的格式显示磁盘空间使用情况。df -i 显示文件系统的 inode 使用情况。 du (disk usage) - 显示目录或文件的磁盘空间使用情况。du -h 以人类可读的格式显示磁盘空间使用情况。du -sh 显示指定目录的总磁盘空间使用情况。 lsblk (list block...
sudo apt install <软件名> //安装软件最简单的方式 sudo apt list //查看所有已安装的软件列表 sudo apt search <软件名> //搜索某个软件 sudo apt remove <软件名> //删除某个软件包sudo apt purge <软件名> //删除某个软件包以及配置文件,更彻底 还有我们最最常用的更新相关命令 sudo apt update sudo...
利用diskpart命令对磁盘进行管理和删除。 ①输入:diskpart。再输入list disk查看当前磁盘信息: ②输入:select disk 0 选中系统所在磁盘0。 ③输入:list partition 查看分区信息。 ④输入:select partition 1 选中系统所在分区(大小为100~200百兆左右) ⑤输入:assign letter = p 为win10的EFI启动引导项所在分区分配...
(1)现象1 The volume "Filesystem root" has only 0 bypes disk space remaining. 1. (2)现象2 在执行apt install给出了类似如下的提示 Need to get 2,478 MB of archives. After this operation, 4,716 MB of additional disk space will be used. E: You don't have enough free space in /var...
listfreeunpartitioned spacel list known partition typesnadda new partitionp print the partition tablet change a partitiontypevverify the partition tablei print information about a partitionMiscm print this menux extra functionality(experts only)ScriptI load disk layout from sfdisk scriptfileO dump ...
USAGE Duc comes with a command line tool called duc, which is used to create, maintain and query the disk usage database. run duc help to get a list of available commands. duc help <subcommand> describes the usage of a specific subcommand. Run duc help --all for an extensive list of...
snap list --all | awk '/disabled/{print $1, $3}' | while read snapname revision; do snap remove "$snapname" --revision="$revision" done 授予它执行权限,使用sudo运行它并查看魔术。该脚本删除了较旧的Snap软件包,并释放了Snap使用的5 GB空间的一半以上。
[root@localhost etc]# chkconfig --list|grep vsftpd ( 查看情况)vsftpd 0:off 1:off 2:off 3:off 4:off 5:off 6:off[root@localhost etc]# chkconfig vsftpd on (执行ON设置)或者:方法二:修改文件 /etc/rc.local , 把行/usr/local/sbin/vsftpd & 插入文件中,以实现开机自动启动。32. vi技巧a....
df: Disk free 空余硬盘 du: Disk usage 硬盘使用率 chown: Change owner 改变所有者 chgrp: Change group 改变用户组 ps:Process Status 进程状态 tar:Tape archive 解压文件 chmod: Change mode 改变模式 umount: Unmount 卸载 ldd:List dynamic dependencies 列出动态相依 ...
mysql-utilities_1.6.4-1build1_all NAME mysqldiskusage - Show Database Disk Usage SYNOPSIS mysqldiskusage[options]db... DESCRIPTION This utility displays disk space usage for one or more databases. The utility optionally displays disk usage for the binary log, slow query log, error log, genera...