On Tue, 2005-12-06 at 23:55, LC wrote: > Hi, > > It is possible to only allow a bash user to do a few commands like cp, mv > and chmod only? > > thanks Assuming you mean run those commands as that user and not root, you probably want to look at a chrooted environment where you only have those commands available. At least that is the direction I would start looking.