My last article was about the installation of vsftp server in CentOS, and here is the detail on how you can make ftp users in it. You can create users in linux using useradd command, however this user is not allowed to use ftp unless you configure it in vsftp configuration. Step: 1 Edit vsftpd.conf, here is one my my servers [crayon-65129a8e95d5d858005890/] Step: 2 Create … [Read more...]
How to create non root users in Linux
October 9, 2010 by Leave a Comment
- Command to Create a user in linux is [crayon-65129a8e96135877806468/][crayon-65129a8e96137116779146/] - Setup the password for user [crayon-65129a8e96138217113127/] This will make a user directory in /home However if you have a directory already and want to assign it to user then the command is [crayon-65129a8e96139373903047/] Lets make a user … [Read more...]