[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 2 SUQ (stupid unix questions)
- To: dgi_il(at-nospam)hotmail.com
- Subject: Re: 2 SUQ (stupid unix questions)
- From: Ilya Konstantinov <linux-il(at-nospam)future.galanet.net>
- Date: Tue, 3 Apr 2001 16:37:42 +0200
- Cc: linux-il(at-nospam)linux.org.il
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <OE13fwjHNuQuN6tdqVv00005333@hotmail.com>; from dgi_il@hotmail.com on Tue, Apr 03, 2001 at 12:29:55AM -0000
- References: <OE13fwjHNuQuN6tdqVv00005333@hotmail.com>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
- User-Agent: Mutt/1.2.4i
On Tue, Apr 03, 2001 at 12:29:55AM -0000, dgi_il@hotmail.com wrote:
> Sorry for thease dumb questions but here we go anyway...
>
> 1) how do I run a program in bacjkround? like running in an x terminal
> another program and still having the terminal?
>
> 2) how do I make a user account without any password? I want to make a user,
> that will log-in no matter what password it will give.
Something like:
auth pam_listfile.so sufficient onerr=fail item=user sense=allow file=/etc/guest_users
in /etc/pam.d/login should work (to accept any password for the users
in the /etc/guest_users file).
--
Best regards,
Ilya Konstantinov
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il