Posts: 11
Threads: 6
Joined: Jun 2007
Reputation:
0
As of now I am getting compatible with SSH. I am wondering if you can create other SSH accounts under the root account and setup a ftp server under that also. The main reason I am asking this is because it saves money on CPanel. Is there something free or can it be done through SSH?
Posts: 728
Threads: 2
Joined: May 2006
Reputation:
0
are you asking how to create other user accounts? or something else?
use the useradd command then the passwd command to set a password.
Posts: 11
Threads: 6
Joined: Jun 2007
Reputation:
0
06-02-2007, 07:32 PM
(This post was last modified: 06-02-2007, 07:33 PM by Gimpson.)
Does this create a ftp account also? But yes just to create user accounts.
Posts: 11
Threads: 6
Joined: Jun 2007
Reputation:
0
What do I type to show all my processes and how much resources everything is taking up?
Posts: 177
Threads: 18
Joined: Oct 2005
Reputation:
0
add users:
useradd -d /home/username -s /bin/bash username
setting password of new user
passwd username
what is running user1
ps aux |grep user1