From owner-freebsd-questions Fri Jan 29 10:03:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA18969 for freebsd-questions-outgoing; Fri, 29 Jan 1999 10:03:55 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp1.vnet.net (smtp1.vnet.net [166.82.1.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA18964 for ; Fri, 29 Jan 1999 10:03:49 -0800 (PST) (envelope-from rivers@dignus.com) Received: from dignus.com (ponds.vnet.net [166.82.177.48]) by smtp1.vnet.net (8.9.1a/8.9.1) with ESMTP id NAA04102; Fri, 29 Jan 1999 13:04:24 -0500 (EST) Received: from lakes.dignus.com (lakes.dignus.com [10.0.0.3]) by dignus.com (8.9.1/8.8.5) with ESMTP id NAA06602; Fri, 29 Jan 1999 13:48:12 -0500 (EST) Received: (from rivers@localhost) by lakes.dignus.com (8.9.1/8.6.9) id NAA06885; Fri, 29 Jan 1999 13:05:32 -0500 (EST) Date: Fri, 29 Jan 1999 13:05:32 -0500 (EST) From: Thomas David Rivers Message-Id: <199901291805.NAA06885@lakes.dignus.com> To: freebsd-questions@FreeBSD.ORG, yurtesen@turkey.ispro.net.tr Subject: Re: is this a bug? In-Reply-To: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > hello, > when I want to see the manual page of the command limit > man limit > my system gives me the manual page of csh! > what is this? > > The limit "command" is actually a builtin function of the csh. From the man page that you just got: Builtin commands Builtin commands are executed within the shell. If a builtin command oc- curs as any component of a pipeline except the last then it is executed in a subshell. ... limit limit resource limit resource maximum-use limit -h limit -h resource limit -h resource maximum-use Limit the consumption by the current process and each pro- cess it creates to not individually exceed maximum-use on the specified resource. If no maximum-use is given, then the current limit is printed; if no resource is given, then all limitations are given. If the -h flag is given, the hard limits are used instead of the current limits. The hard limits impose a ceiling on the values of the current limits. Only the super-user may raise the hard limits, but a user may lower or raise the current limits within the le- gal range. ... - Dave Rivers - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message