Execute a command
Tofloor
poster avatar
josemarcos
deepin
2017-12-11 05:02
Author
Hello everyone.

Periodically, not always, I have problems with the Deepin file manager. When I copy and paste any file, I can only see the result by pressing the F5 key. Looking for answers, I found that with the command below, the problem would be solved, however I am new to Linux and I am unsure of executing this command. What are the risks of running this command?

  1. echo "fs.inotify.max_user_watches=32768" | sudo tee -a /etc/sysctl.conf
  2. sudo sysctl -p /etc/sysctl.conf
Copy the Code


Reply Favorite View the author
All Replies
nipos
deepin
2017-12-12 08:20
#1
There are no risks.
The command simply changes an setting which can't be changed using any graphical menu.
Reply View the author