In comp.os.linux.networking Giobbe <(E-Mail Removed)>:
> I'm a newbie and I'd like to ask you some questions or a good web site
> where I can get the following info.
> I've a computer with SSH server and I've created few accounts for my
> friends. They can log in just using it, but know I'd like:
> 1) To assign a specific disk quota to each home directory (they don't have
> a logical partition for each user) as I don't want to allow them to use as
> much space as they want.
Follow the quota howto (
www.tldp.org).
> 2) To know who is logged in, I tried to use finger but I couldn't get it
> to work. I didn't see any remote login.
Type 'w'.
> 3) To know if there's a log file where I can see what they did during the
> session
Not without special setup, however you can take a look at their
..bash_history after logout.
> 4) To assign them the lowest permissions
They don't have much anyway, check /etc/security/limits.conf to
even lower those.
> 5) To kick off or drop the connection of a selected user
Simply 'kill' their shell.
BTW
They'll know for sure quite fast where the bofh lives, as you
seem to give a shit about their privacy?
--
Michael Heiming (X-PGP-Sig > GPG-Key ID: 0xEDD27B94)
mail: echo
(E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 116: the real ttys became pseudo ttys and vice-versa.