From owner-freebsd-questions@FreeBSD.ORG Sat Apr 12 01:15:10 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F02CE106564A for ; Sat, 12 Apr 2008 01:15:10 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.28]) by mx1.freebsd.org (Postfix) with ESMTP id BD2388FC1A for ; Sat, 12 Apr 2008 01:15:10 +0000 (UTC) (envelope-from ruel.freebsd@gmail.com) Received: by yw-out-2324.google.com with SMTP id 2so262705ywt.13 for ; Fri, 11 Apr 2008 18:15:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=eGMEv9udrpkagVMVNz/QfY35cdfayhuuLhFo7PN052U=; b=KH7rQwzmC4y560nFYgPt3W65I6le4tFUmCA94vk0MFETjHlRbZXHOxY8+T0wFbAoF+7/DlNKo1BKQq+kOYNPzv3zP/Kuuywq5+Y1SRrBHRjr3eTEIB46+VOHUKvizgQ8KDtOszEZhPIDBnfy5Ah58ssltgT/94lypJo0L8sOcDw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=l5K9k5zyNvcLPsICg9ZLigjEYPCbHAmeUzRFb7hbIAek1jMCY3lvgbBRGPiZ/7CqIJYSrhO4Cmix/H3bNbvvAwNYFJtR5I1yM5FWeaVxGWApkEQE9bIkgRYBSWF0F8J2r+K0qkP2OsvGT7lYSdEXBXe6OP5Qp20xFJSDZgg59iE= Received: by 10.151.14.5 with SMTP id r5mr4002537ybi.210.1207962903068; Fri, 11 Apr 2008 18:15:03 -0700 (PDT) Received: by 10.151.107.7 with HTTP; Fri, 11 Apr 2008 18:15:03 -0700 (PDT) Message-ID: Date: Sat, 12 Apr 2008 09:15:03 +0800 From: "Ruel Luchavez" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Chown PRoblem..HELP PLEASE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2008 01:15:11 -0000 Hi ALL, i make a new directory in my server using "mkdir [name of folder], then when i wan to view the folder i use "ll" and this is the view: drwxrwxrwx 2 root wheel 512 Apr 11 11:05 [name of folder] when i want to change the owner[root] into a certain name (ex.ruel) using the command: chown -R ruel:wheel ...path/[name folder] I allways got and error: chown:ruel: Invalid argument what went wrong here guys? what could be my error? can you HELP me on this? PLEASE... your HELP is highly appreciated