Re: [Ilugc] how to restrict the users, from running some specific commands.

2012-11-05 Thread Karthikeyan Venkatraman
On Sun, Nov 4, 2012 at 12:50 PM, ravi jaya ravijaya.l...@gmail.com wrote: Hello everybody, I am trying to learn, how could I restrict the users, from running the specific commands. like rm or rmdir or anything else in this case. On the other hand I am trying to look into rbash the

Re: [Ilugc] how to restrict the users, from running some specific commands.

2012-11-05 Thread Arun Khan
On Mon, Nov 5, 2012 at 2:01 PM, Karthikeyan Venkatraman vgkarthick...@gmail.com wrote: On Sun, Nov 4, 2012 at 12:50 PM, ravi jaya ravijaya.l...@gmail.com wrote: Hello everybody, I am trying to learn, how could I restrict the users, from running the specific commands. like rm or

Re: [Ilugc] how to restrict the users, from running some specific commands.

2012-11-05 Thread RK RK
On Mon, Nov 5, 2012 at 2:56 PM, Arun Khan knu...@gmail.com wrote: On Mon, Nov 5, 2012 at 2:01 PM, Karthikeyan Venkatraman vgkarthick...@gmail.com wrote: On Sun, Nov 4, 2012 at 12:50 PM, ravi jaya ravijaya.l...@gmail.com wrote: Hello everybody, I am trying to learn, how could I

Re: [Ilugc] how to restrict the users, from running some specific commands.

2012-11-05 Thread ravi jaya
I am trying to learn, how could I restrict the users, from running the specific commands. like rm or rmdir or anything else in this case. Thanks for your comments, ACL helped me out. Removed the specific commands rwx permission for the user. That's it problem solved., Eg: User 'ravi'

Re: [Ilugc] how to restrict the users, from running some specific commands.

2012-11-05 Thread rmariya sagaya asirvatham
On Mon, Nov 5, 2012 at 5:39 PM, ravi jaya ravijaya.l...@gmail.com wrote: I am trying to learn, how could I restrict the users, from running the specific commands. like rm or rmdir or anything else in this case. Thanks for your comments, ACL helped me out. Removed the specific

Re: [Ilugc] how to restrict the users, from running some specific commands.

2012-11-05 Thread ravi jaya
I Have a idea ,create alias(rename) for the commands whatever you want. after that ??? -- Ravi Jaya Mob: 97909 16181 Site: www.ravijaya.info ___ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

[Ilugc] how to restrict the users, from running some specific commands.

2012-11-04 Thread ravi jaya
Hello everybody, I am trying to learn, how could I restrict the users, from running the specific commands. like rm or rmdir or anything else in this case. On the other hand I am trying to look into rbash the restricted shell, whether, any thing good it can do for this requirement Thank