Why there are so many process of rclone?

OS: Ubuntu 16.04
Rclone version: 1.49.5

Command that I used:

nohup rclone mount remote:path/to/remote /path/to/local --vfs-cache-mode writes > /dev/null 2>&1 &

As soon as I entered the command, I tried to view the process of rclone using htop, and the result is:

Those are threads, not processes.

I'm not a linux geek, so how do I distinguish between threads and process?

Use top or you can turn it off in htop.

https://simonfredsted.com/1622

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.