ubuntu终端修改最大可见行数

查看当前最大可见行:

cat /proc/sys/fs/inotify/max_user_watches

修改到最大值:

sudo vi /etc/sysctl.conf 

文件最后一行添加:

fs.inotify.max_user_watches=524288

激活更改:

sudo sysctl -p

你可能感兴趣的:(工具)