From owner-freebsd-questions@FreeBSD.ORG Sat Apr 11 18:05:32 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74C0D170; Sat, 11 Apr 2015 18:05:32 +0000 (UTC) Received: from sdf.org (ma.sdf.org [192.94.73.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "ma.sdf.org", Issuer "ma.sdf.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 5576A226; Sat, 11 Apr 2015 18:05:31 +0000 (UTC) Received: from ma.sdf.org (IDENT:U2FsdGVkX1+ksxjF6/oTp3ifEPC7tJ1fFuszrhU0FMQ@ma.sdf.org [192.94.73.31]) by sdf.org (8.14.4/8.14.3) with ESMTP id t3BI5NS8024721; Sat, 11 Apr 2015 18:05:23 GMT MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 11 Apr 2015 13:05:23 -0500 From: cpet To: arnab bhowmick Subject: Re: Need a solution for rooting issue In-Reply-To: References: Message-ID: X-Sender: cpet@sdf.org User-Agent: Roundcube Webmail/1.0.1 Cc: freebsd-questions@freebsd.org, owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Apr 2015 18:05:32 -0000 On 2015-04-11 12:46, arnab bhowmick wrote: > hi, friends i have installed freebsd 10.1 release with kde. i am able > to > access my access my account as a normal user. but when i am trying to > login > as a root it saying me that "root login are not allowed". how can i > resolve > this problem? > Thanks in advance > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" In practice the root user shouldn't be able to login directly and users should use sudo for that. But FreeBSD doesn't do this setup yet. I have my system setup that root is disabled and sudo only works with that. This way you can limit users to certain cmds such as user Lisa can shutdown but user bob can't, su well any user in wheel can shutdown etc.. You are of course entitled to do as you wish with your box and it's a pita how programs force this but it's for your own good.