Search results

  1. S

    How to single out root user from normal user

    Thanks JasKinasis
  2. S

    How to single out root user from normal user

    Actually I have to apply password policy on all users except root user. I will run the script as root only it will apply a particular password policy on all ordinary system users but leave the root users aside. I don't know much about scripting and programming but to explain myself script would...
  3. S

    How to single out root user from normal user

    I have to write a script in which I have to enforce different policies for different users. I am new to scripting how would I differentiate root user and normal user in script. This script should enforce policies differently for root user and normal user. Should I use regular expression to...
  4. S

    How to know a which file a process is writing or reading from?

    Thanks JasKinasis. That was very helpful.
  5. S

    How to know a which file a process is writing or reading from?

    Hi all, Since Every process in linux is writing from a file or reading from a file. Is there any way I can know which file a process is reading or writing from?
  6. S

    Bind service running but dns service is not listening

    Pardon me if its a noob question. I am new to dns and linux. I am geting amazed by power of linux everyday. I am trying to setup Bind server on Centos to use it as main dns server for my lan. I have installed and configured bind using this...
Top