Hi guys, couple of questions here:
-
At the exam we have 2 hours, but in Mock Exams it is only 60 min, so is this really similar to the real exam?
-
Is
passwd -l
andusermod -L
similar? because in Mock Exam 1 Q. 12 I’ve locked and unlocked password by usermod command but it failed and told me to use passwd I think this is the same. -
Q. 13 Define a resource limit for the user called jane. Set a limit for this user so that she can open no more than 30 processes. This should be a hard limit.
I did like this and failed
#* soft core 0
#* hard rss 10000
#@student hard nproc 20
#@faculty soft nproc 20
#@faculty hard nproc 50
#ftp hard nproc 0
#@student - maxlogins 4
jane hard nproc 30
Is it bug?