Re: REPEAT: /proc/kcore, /proc/*/mem special files?

Simon Weijgers (simon@mbit.doa.org)
Wed, 24 Feb 1999 20:40:49 +0100 (CET)


On Wed, 24 Feb 1999, Ph. Marek wrote:

> I remember some discussion about having /proc/kcore, /proc/*/mem and
> similar (large memory-images) as special files rather that normal files as
> they are now.
>
> what's the current status? I'd like them special, because then I could do
> something like
> tar cvzf ~/status-īdate +%Y%M%D` /proc
> and have most of the machine's status backuped.
Alternatively you could use find like this

tar cvzf ~/status=`date etc` `find /proc -mindepth 1 ! -name '/proc/kcore'
!-name '/proc/*/mem' ! -name 'et cetera'`

Regards,

Simon Weijgers

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/