# Warning: no config file specified, using the default config. In order to specify a config file use redis-server.exe /path/to/redis.conf[16344] 19 Dec 17:03:36.517 # Creating Server TCP listening socket *:6379: listen: Unknown error 之前一直可以直接启动redis-…
du -ah --max-depth=1 这个是我想要的结果 a显示目录占用的磁盘空间大小,还要显示其下目录和文件占用磁盘空间的大小但是由于用了--max-depth选项,表示显示目录下所有的文件和文件夹(不含子目录),h表示以人类能看懂的方式,max-depth表示目录的深度. du命令用来查看目录或文件所占用磁盘空间的大小.常用选项组合为:du -sh 一.du的功能:`du` reports the amount of disk space used by the specifi…