I attempted to log in today and discovered that I had more users than I thought. It seems that both MS-SQL and RStudio users exist on my PC and are visible on my log-in screen. I've ran SQL on my laptop before, but only in a localhost setup that let me learn the language. Is there any good reason why I should have these users or any good reason why I shouldn't get rid of them?
Note that id -u mssql
returns 997
and id -u rstudio-server
returns 998
.
id
doesn't return them, butid -u mssql
returns 997. – J. Mini Jul 07 '22 at 15:43