Find the answer to your Linux question:
Results 1 to 2 of 2
What is it? How do I remove a user's rights from accessing the interactive shell?...
  1. #1
    Just Joined!
    Join Date
    Apr 2010
    Posts
    3

    What is an interactive shell?

    What is it? How do I remove a user's rights from accessing the interactive shell?

  2. #2
    Linux Engineer rcgreen's Avatar
    Join Date
    May 2006
    Location
    the hills
    Posts
    1,114
    An interactive shell is whenever you are working at the command
    line. A non interactive shell is invoked to run a script.

    I'm not sure how you keep a user from using an interactive shell.
    If you have some special limited session you want to put the user
    into, you could assign some other program to be the shell.

    Say you wanted the user to only be able to run solitaire, then you
    configure solitaire to be that user's shell. He can't exit to the command
    line. If he exits the program, he is logging out.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...