I added the following two lines to my system-wide /etc/security/limits.conf:
* soft rtprio 55
* hard rtprio 55
After rebooting the system, I get two different results, depending on how I access my user account on the machine.
user@client
user@server
55
Then I log out and log back in as root
user@client
root@server
user@server
0
I have no special settings in either .bashrc or elsewhere, or at least I think so.
Why is this happening?
source
share