From mboxrd@z Thu Jan 1 00:00:00 1970 X-Received: by 10.194.109.233 with SMTP id hv9mr3287457wjb.1.1444986957473; Fri, 16 Oct 2015 02:15:57 -0700 (PDT) X-BeenThere: voidlinux@googlegroups.com Received: by 10.180.93.6 with SMTP id cq6ls87687wib.23.canary; Fri, 16 Oct 2015 02:15:57 -0700 (PDT) X-Received: by 10.194.240.230 with SMTP id wd6mr3294125wjc.0.1444986957046; Fri, 16 Oct 2015 02:15:57 -0700 (PDT) Return-Path: Received: from mail-lf0-x22a.google.com (mail-lf0-x22a.google.com. [2a00:1450:4010:c07::22a]) by gmr-mx.google.com with ESMTPS id jp7si535870lbc.2.2015.10.16.02.15.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 16 Oct 2015 02:15:57 -0700 (PDT) Received-SPF: pass (google.com: domain of myha...@googlemail.com designates 2a00:1450:4010:c07::22a as permitted sender) client-ip=2a00:1450:4010:c07::22a; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of myha...@googlemail.com designates 2a00:1450:4010:c07::22a as permitted sender) smtp.mailfrom=myha...@googlemail.com; dmarc=pass (p=QUARANTINE dis=NONE) header.from=googlemail.com Authentication-Results: mx.google.com; dkim=pass head...@googlemail.com Received: by mail-lf0-x22a.google.com with SMTP id y185so76637602lff.2 for ; Fri, 16 Oct 2015 02:15:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=lFFhbBpg58g9+DGax4nEHzTw4xINxVBubrS8ag2XGLo=; b=n66HlHDCBWlkxdX26NlNLW4gv0bKAvFSNnbs5mVNgU0fAH8lr1Yy82Y+e5j1+tqYKh CuLuPS1+h1FLgNuSEMrzAjHfr5ORv9BMxRUDP9eUBJkAk0v0i2OLaxSxd3YGK7W+O2WO wmMva5kMrz7bH2eKpNBI40FdCaJnAlZ6GTFwTHjHCZmGmBPisNEekTp57VufWIAXkvjm 4iL1WebDRPAEJkktXAJDAHvOJ6Lk0h4NTm/Vwf4F8M1KErUOYg3sH57R4G9+Sx11V8GN 5pE9WPopBF21aZOYnyllK88VkW311VVKmMq9M9/vVY+VYDRq4NVNpME2OlSFOCGFqZTT oHIg== X-Received: by 10.25.141.198 with SMTP id p189mr5094774lfd.9.1444986956907; Fri, 16 Oct 2015 02:15:56 -0700 (PDT) Return-Path: Received: from echnaton.my.domain (p200300734F3C44D55C4DE5D473E7C105.dip0.t-ipconnect.de. [2003:73:4f3c:44d5:5c4d:e5d4:73e7:c105]) by smtp.gmail.com with ESMTPSA id h196sm2732719lfg.21.2015.10.16.02.15.55 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 16 Oct 2015 02:15:56 -0700 (PDT) Date: Fri, 16 Oct 2015 13:15:58 +0200 From: Googlemail To: voidlinux Cc: Steve Prybylx Subject: Re: How to set a new user? Message-Id: <20151016131558.78097b767e276fdd3ca67927@googlemail.com> In-Reply-To: <20151016130852.6e65eeda5dbfd698031cea3d@t-online.de> References: <20151016130852.6e65eeda5dbfd698031cea3d@t-online.de> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.28; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable ... > On Thu, 15 Oct 2015 14:39:13 -0700 (PDT) > Steve Prybylx wrote: >=20 > > Yes, you can, and should, add your new user via terminal or tty.=20 > > > > > > # useradd -m =20 > >=20 > > # passwd > >=20 > > Is the simplest form. > >=20 > > Check out https://github.com/voidlinux/documentation/wiki/Quickstart an= d=20 > > https://github.com/voidlinux/documentation/wiki/configuration for more= =20 > > information. > > >=20 dont forget to add your user(s) to some group(s) ... depends on your needs= ... here's "my" config =20 root@your_machine:/etc# grep your_user group wheel:x:4:your_user floppy:x:8:your_user dialout:x:11:your_user audio:x:12:pulse,your_user video:x:13:your_user cdrom:x:16:your_user scanner:x:20:your_user network:x:21:your_user kvm:x:24:your_user users:x:100:your_user pulse-access:x:997:your_user your_user:x:1000: wireshark:x:992:your_user clamav:x:991:your_user socklog:x:989:your_user =20 if you want to use sudo, the you also have to change sudoers (visudo) ... = i use the group "wheel" for it ... but mostly "sudo" ist used for=20 =20 .... ## ## User privilege specification ## root ALL=3D(ALL) ALL =20 ## Uncomment to allow members of group wheel to execute any command %wheel ALL=3D(ALL) ALL =20 ## Same thing without a password # %wheel ALL=3D(ALL) NOPASSWD: ALL =20 ## Uncomment to allow members of group sudo to execute any command # %sudo=09ALL=3D(ALL) ALL .... =20 =20 > > On Thursday, October 15, 2015 at 4:21:10 PM UTC-4, Andr=E9 Luiz Duarte = de=20 > > Queiroz wrote: > > > > > > Hi, I've just installed Void Linux in a virtual machine from its live= CD=20 > > > (X86_64 version, with LXDE), for testing purposes; I'm looking for a = distro=20 > > > "systemd free" to, eventually, replace my current desktop system (Mag= eia)=20 > > > and, so far, I'm very impressed and hopeful with Void Linux! Both liv= eCDs=20 > > > I've got ('flavours' LXDE, and XFCE with "musl") run so fast they loo= k =20 > > > already installed in the HD! Quite impressive!! > > > > > > However, I've some doubts; after installed LXDE version at a VirtualB= ox=20 > > > virtual machine, when trying o run it for the first time, I've found = that=20 > > > there was only root user defined; there's no common uses set during= =20 > > > installing process... > > > > > > In the initial screen, the system requires user login. I tried to log= in as=20 > > > anon with default password, but it failed. I did login as root user (= " su=20 > > > "), with the password I set during installing (that text only install= ing=20 > > > tool is much more simple than graphical tools I'm used with using Mag= eia=20 > > > and other distros... but it works!). Being a KDE user (running Mageia= ), I'm=20 > > > not used with LCDE sessions, and just don't know where/how to set a c= ommon=20 > > > user, once login as "su" is not a good policy, even when working in a= =20 > > > virtual machine...! I couldn't find yet any graphical tool to set a n= ew=20 > > > user and other system settings, should I make this through a terminal= ? > > > > > > I have other doubts about setting the system, especially some related= to=20 > > > multi-language input in Void Linux (with ibus), but I shall wait to c= larify=20 > > > such topics after have solved basic settings of the system. > > > I look forward to have a sooner reply from you, folks! > > > Regards! > > > > >=20 > > --=20 > > You received this message because you are subscribed to the Google Grou= ps "voidlinux" group. > > To unsubscribe from this group and stop receiving emails from it, send = an email to voidlinux+...@googlegroups.com. > > To post to this group, send email to void...@googlegroups.com. > > To view this discussion on the web visit https://groups.google.com/d/ms= gid/voidlinux/a22ff542-c0fe-4908-93a9-e66cb9802340%40googlegroups.com. > > For more options, visit https://groups.google.com/d/optout. >=20 Cheers Thorsten --=20 Googlemail --=20 Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung sowie der Weitergabe meiner personenbezogenen Daten f=FCr Zwecke der Werbung sowie der Markt- oder Meinungsforschung.