<div dir="ltr">Dear Lubuntu group:<br><div><br><br>1. How do I create a root user that I can login as and<br>su to for my 14.04 Lubuntu system?   I think it might be: <br><br>sudo passwd root <br>[prompt for my non-root password]<br>[prompt for root password] (and repeat)<br><br>And now root is a proper user with a password.<br><br>There is an option for passwd in the man page<br>:-R CHROOT_DIR   - I don't understand the concept of chroot <br>very well, but I don't think I want this, right?<br><br>(I tried to see if there was an environment variable<br>called CHROOT_DIR by typing env $CHROOT_DIR.   <br>This typed-out all the environment variables,<br>and CHROOT_DIR is not there.   But how do I look for <br>just one such variable as I tried to do?)<br><br><br>By the way the file /root is drwx------, and when <br>I type 'sudo cd /root'  I get 'sudo: cd: command not found'<br>It's not an issue of a path for cd, since cd seems to be<br>built-in.   What's happening?<br><br><br><br>2.  How do I "open" my 14.04 Lubuntu system (hostname west) to ftp?<br><br>I have apt-get installed vsftpd,  and rebooted, now when I log-in there<br>is a daemon vsftpd running. I can successfully ftp OUT from <br>west to another "open" linux system, and put and get files.<br><br>And I can execute [ftp 204.xxx.xxx.xxx] on another machine<br>where 204.xxx.xxx.xxx is west's ip number, and successfully<br>"login" to ftp.  Also I can cd to another directory and I can <br>'get' a file,  But when I try to 'put' a file, I get<br>500 Permission Denied.<br><br>My home directory on west is drwxr-xr-x<br><br>[On our 12.04 KDE system, we "enabled" ftp by <br>apt-getting vsftpd, adding 'write_enable=YES' in /etc/vsftpd.conf<br>and restarting vsftpd by typing <br>'sudo /etc/init.d/vsftpd restart'.<br><br>So:<br><br>I uncommented  #write_enable=YES in /etc/vsftpd.conf<br><br>And then to restart the vsftpd daemon, I typed <br>sudo /etc/init.d/vsftpd restart    I got 'command not found'.<br><br>I have seen the word 'service' somewhere, so I man'ed<br>service, and then typed <br>sudo service /etc/init.d/vsftpd restart    I got<br>"/etc/init.d/vsftpd: unrecognized service"<br><br>Then I man'ed 'systemd", but there was no man page.<br><br>How do I do the equivalent <br>of sudo /etc/init.d/vsftpd [option]  now?<br><br>Thanks, gary knott,   <a href="mailto:garyknott@gmail.com">garyknott@gmail.com</a><br><br><br><br></div></div>