Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 May 2011 02:13:17 +0200
From:      Polytropon <freebsd@edvax.de>
To:        George Sanders <gosand1982@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Any way to have login output AND use rsync/scp ?
Message-ID:  <20110502021317.af30339c.freebsd@edvax.de>
In-Reply-To: <761855.57021.qm@web120004.mail.ne1.yahoo.com>
References:  <761855.57021.qm@web120004.mail.ne1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 1 May 2011 15:58:45 -0700 (PDT), George Sanders <gosand1982@yahoo.com> wrote:
> I have my .cshrc file run some basic netstat and 'w' commands so that when I log 
> in, I can see at a glance what is going on on the system and notice any unusual 
> login activity, etc.
> 
> However this completely breaks both scp and rsync - they cannot function at all 
> (apparently) with any kind of stdio output from the shell.
> 
> Is there any way around this ?


Create a file ~/.login and put your commands (in sh syntax,
not csh) there. This file will only be executed at interactive
logins. See "man csh", section FILES for details.



> Is there some way to specify an alternate login shell when I use scp or rsync ?

I'm sure the login shell has to be defined by the system,
usually by the /etc/passwd file, field "shell"; therefore
see "man 5 passwd".



> Or conversely:
> 
> Is there some way for my login shell (csh) to notice that it is scp or rsync 
> accessing the system, and skip the text output for them ?

I don't think so, but it should work fine when you move
the commands out of the shell configuration file (which
is also read by script shells AND interactive shells) to
the login startup file (which is only executed if the
shell is an interactive login shell).



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110502021317.af30339c.freebsd>