|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
creating ftp user
Hi ,
I am new to linux envinorment. I just installed linx 7.2 server. i want to use ftp . But in the services .. there is no option to make the ftp service up. so can any one help me out in this.. and after activating the ftp how to creat an user to access this ftp. Thanks in advance. ravishankar |
|
#2
|
|||
|
|||
|
hi,
why don't you use the folloeing command: adduser <username> to create an FTP user regards, Rajneesh |
|
#3
|
|||
|
|||
|
look /etc/xinetd.d/wu-ftpd or other ftp program file under /etc/xinetd
open that file and change DISABLE directive value to no then type /etc/rc.d/init.d/xinetd restart when you add ftp user, if you dont want that user make telnet or ssh to the system then type the following when creating the user.. useradd ftpuser1 -d /www/ftpuser1_dir -s /sbin/nologin |
|
#4
|
|||
|
|||
|
also be sure to password your users and be sure to check permissions.
to password users use the following command: passwd 'user' then it will aks for the password |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > creating ftp user |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|