nohup means: Do not terminate this process even when the stty is cut off.
> /dev/null means: stdout goes to /dev/null (which is a dummy device that does not record any output).
2>&1 means: stderr also goes to the stdout (which is already redirected to /dev/null). You may replace &1 with a file path to keep a log of errors, e.g.: 2>/tmp/myLog
& at the end means: run this command as a background task.
Бывают разные. Например, могут производить расчет не каждый месяц, а за 28 дней. Тогда за год будет 13 зарплат. Так же бывает в виде "бонуса" за прошедший год. Если в прошлом году работала 6 месяцев из 12, то можешь получить 50% от того, что платят за месяц.