Connexion

Google

La recherche instantanée Google n'est pas disponible. Appuyez sur Entrée pour lancer la recherche. En savoir plus
La recherche instantanée Google a été désactivée, car votre connexion est trop lente. Pensez à appuyez sur Entrée pour lancer la recherche.
Appuyez sur Entrée pour lancer la recherche.
Signaler des prédictions inappropriées
Tous
Actualités
Vidéos
Images
Shopping
Plus
MapsLivresVolsFinance
Paramètres
Paramètres de rechercheLangues (Languages)
Activer SafeSearch
Recherche avancéeHistoriqueAide sur la recherche
Outils
    Environ 14 000 000 résultats (0,46 secondes) 
    Looking for results in English?
    Change to English
    Continuer en Français
    Paramètres de langue

     
     

    Rappel concernant les règles de confidentialité de Google
    Me le rappeler plus tard
    Lire

    Résultats de recherche

    Simple way for unattended bulk user creation in Linux - LinuxConfig.org

    https://linuxconfig.org/simple-way-for-unattended-bulk-user-creati...
    1. En cache
    2. Pages similaires
    Traduire cette page
    30 déc. 2016 - This short article intends to provide the Linux system administrator with a simple way for bulk user creation.

    Linux: How To Create Multiple Users Accounts in Batch - nixCraft

    https://www.cyberciti.biz/.../linux-how-to-create-multiple-users-acc...
    1. En cache
    2. Pages similaires
    Traduire cette page
    21 août 2006 - The useradd command is used to create a new user or update default new user information from the command line. However, sometimes you need to create a large number of users or import usernames from a text file. You can use newusers command, which update and create new users in batch.

    Create Users And Change Passwords With A Bash Script - HowtoForge

    https://www.howtoforge.com/user_password_creating_with_a_bas...
    1. En cache
    2. Pages similaires
    Traduire cette page
    Create Users And Change Passwords With A Bash Script These two scripts are very important for the system admin who regularly works with mail server...

    Bulk user add script - LinuxQuestions

    https://www.linuxquestions.org/.../linux.../bulk-user-add-script-69...
    1. En cache
    Traduire cette page
    30 déc. 2008 - 15 messages - ‎6 auteurs
    Distribution: Ubuntu. Posts: 1,039. Rep: Reputation: 97. You need to use something like crypt to create the encrypted password. Example perl script: Code: #!/usr/bin/perl use strict; my $SALT="FEWge%r~aNjg3q4$%£"; my $user="testuser1"; my $pass="Testing"; my $encrypted=crypt($pass, $SALT); ...
    A simple Bash file for importing SAMBA users from a ...
    12 messages
    25 déc. 2008
    how to create a batch file in linux
    8 messages
    23 déc. 2007
    How to program shell script to automate mass user ...
    3 messages
    29 juin 2007
    Shell Script to add samba users
    15 messages
    5 avr. 2005
    Autres résultats sur www.linuxquestions.org

    How to create bulk users in Linux | 2daygeek.com

    https://www.2daygeek.com/how-to-create-bulk-users-in-linux/
    1. En cache
    Traduire cette page
    21 janv. 2014 - For creating BULK users you should know and get few more details (Like, last UID and GID) from system/server then do it. First create the user list as a file and use the newusers command to import the users list from the file. Syntax : Common syntax for bulk users creation. Syntax :# newusers [File Name] ...

    command line - Script to add multiple users in ubuntu (Bulk) - Ask ...

    https://askubuntu.com/.../script-to-add-multiple-users-in-ubuntu-b...
    1. En cache
    2. Pages similaires
    Traduire cette page
    25 janv. 2014 - Look at the answer here,which says unless you have a whole lot of users to add the best way is to use adduser (for adding users) and usermod (for adding a user to a group) which takes care of a lot of things. If you still wish for some pre-made script, there is one here and another one here, but I do not know ...
    bash - User create script from CSV file
    22 mai 2017
    Import users from CSV file
    8 juin 2015
    bash - I need to make a batch of users
    20 mai 2015
    Proper way to add a user account via bash script
    13 juil. 2013
    Autres résultats sur askubuntu.com

    linux - Write script to create multiple users with pre-defined ...

    https://stackoverflow.com/.../write-script-to-create-multiple-users-...
    1. En cache
    2. Pages similaires
    Traduire cette page
    7 mars 2015 - #!/bin/bash # NOTE: Be sure to run this script with `sudo`. # Read user and password while read iuser ipasswd; do # Just print this for debugging. printf "\tCreating user: %s with password: %s\n" $iuser $ipasswd # Create the user with adduser (you can add whichever option you like). useradd -m -s /bin/false ...

    Quick script to bulk add users in Ubuntu - Tachytelic.net

    https://www.tachytelic.net/.../quick-script-to-bulk-add-users-in-ubu...
    1. En cache
    Traduire cette page
    27 févr. 2012 - I simply wanted to read the contents of a text file containing a username and a password and create the user with the given password. First up, create a text file containing the username and the password, separated by a comma, i.e: user1,password1 user2,password2 etc.. The script: for userdetails in `cat ...

    scripting - Bulk Adding Users to Groups - Unix & Linux Stack Exchange

    https://unix.stackexchange.com/.../bulk-adding-users-to-groups
    1. En cache
    2. Pages similaires
    Traduire cette page
    19 déc. 2012 - A loop in this format will work: while read i ; do command_name "$i" done < filename. The file named filename would contain a list of users, one per line. For the command name command_name use useradd -G {group-name} .

    How to create multiple users in Linux - The Linux Juggernaut

    https://www.linuxnix.com/create-multiple-users-linux/
    1. En cache
    Traduire cette page
    7 août 2011 - Using adduser/useradd command we can not create multiple user accounts in one shot. We can write a shell script to do this. But there is no need to write a script for this. There is an inbuilt Linux command called newusers which is used to create multiple users in batch mode. We will see both in this post.
    12345678910Suivant
    France
     - En savoir plus
    AideEnvoyer des commentairesConfidentialitéConditions
    • Mon compte
    • Recherche
    • Maps
    • YouTube
    • Play
    • Actualités
    • Gmail
    • Drive
    • Agenda
    • Google+
    • Traduction
    • Photos
    Plus
    • Shopping
    • Docs
    • Livres
    • Blogger
    • Contacts
    • Hangouts
    • Keep
    Autres résultats Google