Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Aug 2001 11:24:15 +0000
From:      Gabor Zahemszky <ZGabor@CoDe.hu>
To:        Stefanos Kiakas <stefanos@e-scape.net>
Cc:        freebsd-security@freebsd.org
Subject:   Re: Compromised system.
Message-ID:  <20010823112415.A379@zg.CoDe.hu>
In-Reply-To: <200108231554.LAA96346@corp.e-scape.net>; from stefanos@e-scape.net on Thu, Aug 23, 2001 at 11:54:30AM -0400
References:  <200108231554.LAA96346@corp.e-scape.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi!

On Thu, Aug 23, 2001 at 11:54:30AM -0400, Stefanos Kiakas wrote:
> 123# cd /tmp
> 123# ls -al
> total 23
> drwxrwxrwt   3 root    wheel  512 Aug 23 16:39 .
> drwxr-xr-x   2 root    wheel  512 Aug  3 11:48 .  
> drwxr-xr-x  20 root    wheel  512 Apr  4 04:46 ..

$ ls -1a | cat -tve

cat:
	-v: print everything in "readable form"
	-t: the <TAB>, too
	-e: print a ``$'' at the end of the line

So:
$ cd /tmp
$ mkdir ".^B^D^F<SPACE><TAB>"
$ ls -1a

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




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