Ubuntu :: How To Specify Username Using Ftp
Mar 12, 2011
I'm using old skool ftp from the terminal. I need to connect with a different user than my local linux user (which ftp defaults to). Can anyone tell me how to specify that from the prompt? Man page says...
Code:
user user-name [password] [account]
Identify yourself to the remote FTP server. If the password is not specified and the
[code]....
View 2 Replies
ADVERTISEMENT
Nov 3, 2010
I recently installed vsftpd on my server. I noticed that users on the machine can login into vsftpd with their username and password on the machine and go to their root dir "/home/username".Now, I want to give some people a vsftpd username and password so they can upload and download files and folders to their folder, but this folder has to be in the "/var/www/(username)" folder. I don't want them to be able to go to any other folder than their own folder like "/var", "/etc" or "/home" etc. Also I don't want them to be able to login on the machine as a user, through putty for example. They should only be allowed to acces their folder with vsftpd, nothing else.
View 1 Replies
View Related
Jun 6, 2011
Is there a username limit (like 16 or 256 characters) for linux/ubuntu? If so, what is the limit?
View 2 Replies
View Related
Feb 1, 2010
When I installed Ubuntu on my laptop, I had chosen "automatic login" . So i was not asked ofr username and password everytime I switched on. I later wanted to change the settings. So I went to systems-->administration-->login window-->security. There I disabled automatic login and I reboot the computer. Now the GUI does not allow me to enter Username and password. It says "Authorization denied" at the login screen.
View 7 Replies
View Related
Mar 10, 2010
I would like to know is there anyway to change the current username to something new? It doesn't appear to allow it via the settings on user accounts, for some reason. (Blanked out) Theres gotta be a way to do it surely? (Using 9.10 NBR Btw cheers.
View 4 Replies
View Related
Mar 11, 2010
I forgot my usrename and password to get in what can I do?
View 9 Replies
View Related
Mar 22, 2010
trying to change the user name of the live cd.I have edited the /etc/casper.conf file in the chroot environment but when i run the cd ubuntu is still the user name. Where should i change it?
View 2 Replies
View Related
Apr 1, 2010
Suddenly, my 'username' at the top panel has disappeared. Anyone knows how to put it back there?I'm using Ubuntu 10.04 Beta....
View 7 Replies
View Related
May 13, 2010
Well I have tried everything I can think of and anything on a google search.What I'm trying to do it secure the phpmyadmin folder.I put a .htaccess file in /usr/share/phpmyadmin.I can still just can't get it to pop up a required username and password.
View 4 Replies
View Related
May 21, 2010
How can I change the username via terminal?Also, via GUI is there any to change the username?
View 1 Replies
View Related
Oct 3, 2010
just got a secondhand laptop that already has ubuntu loaded on it but ithas been registered to the previous owner can i reset to my username and password or do i have to reinstall it thanks mark
View 2 Replies
View Related
Dec 5, 2010
i created an ubuntu live cd using the dist option in remastersys..but it is asking for username and password when i starta live session on boot..what is the username and password ?
View 6 Replies
View Related
Jan 5, 2011
Okay, so, when I try to log in, it says it cant log me out because "Power Manager" is running, so i click log out anyway, then, once it's logged in it says "root" in the top right corner instead of my name. And, it's logged into the root account, and it's irritating me because to get to my documents and stuff, i have to navigate to /home/[my name]/documents instead of just clicking documents in the corner. Does anybody know how to solve this?
View 5 Replies
View Related
Feb 25, 2010
i'm trying to run ubuntu 9.10 64-bit on my 64-bit machine from a live cd, when i boot from the disk i select ENGLISH and the first option on the menu, which is try ubuntu without making any changes (or something to that effect). it then goes off to the black screen with the white ubuntu symbol, following that the brown login window appears requesting a user mane and password, now as its a live cd session i have not set a user name or password! so how do i login?
View 3 Replies
View Related
Mar 20, 2010
I would like to be able to enter codes. I have pressed ctrl alt f5, 6 etc and get to the black screen which asks for username and password. I enter the username and password that I use to log in, but I keep getting the message telling me that they are not correct.
View 8 Replies
View Related
Apr 25, 2010
how to change my username. bash@dsl-67-204-11-195.acanac.net I want to change "bash" to something else.
View 1 Replies
View Related
Apr 29, 2010
I set up SSH on a server running Ubuntu using rsa key authentication. I want to allow a friend of mine to log into the server with restricted access, so I created a user account named "guest" with its own home directory and ensured that it has no root access. I created a new pair of keys and added the public key to my authorized_keys, but when I was testing SSH I noticed that not only could I not log in as guest, I could use the key to log in as my own account and gain root access via sudo. How can I restrict specific private keys to only be able to log in as certain users?
View 6 Replies
View Related
Apr 30, 2010
I'm trying to install Lubuntu 10.04 beta 3 on an old computer to see if i can bring new life into the system but when i run the Cd if i choose run live session or try install Lubuntu straight it automatically takes me to a login screen to enter username and password.
Does anyone know the default username and password for Lubuntu 10.04 beta 3 ? ? ?
I really need to install or try out Lubuntu but i dont know the username and password to try or install it
View 5 Replies
View Related
May 21, 2010
I got the fresh installation of Ubuntu 10.04 desktop version.But it asked for username and password to login. I didn't set any username and password.I tried tose ubuntu and blank.Try ubuntu - it still ask for username and password .Install ubuntu - it still ask for username and password .
View 9 Replies
View Related
May 27, 2010
People usually suggest workarounds to do this, as it's not possible with usermod while the user is logged in. Did I overlook anything or is this method not preferable over creating a new account, setting the user permissions, then moving the files and messing with the file permissions? Using the right tool for the job would seem to be less error-prone to me. 1. Activate the root account by setting a password.
Code:
sudo passwd
2. Log out and log into the root account.
3. Change the username and home directory from user1 to user2. This will also move the files to the new home directory and rename the group to user2.
Code:
usermod -l user2 -d /home/user2 -m user1
[Code]...
View 3 Replies
View Related
Aug 30, 2010
not for the typical username and password that I use to log into my computer. It's actually prompting me, upon startup/reboot to have me insert my name and password, in what appears to be the command prompt. I am still a noob with Ubuntu and Linux in general, so I have no idea what I did to make this happen. It's not terrible and zomg if it doesn't get fixed I'll die, but it is slightly inconvenient to have to "sudo /etc/init.d/gdm start" every time I reboot my computer. Anyone know what I have to do to fix this?I would also like to apologize if this has been covered in another topic, but I could not find anything
View 6 Replies
View Related
Oct 3, 2010
I am holding a computer building workshop with my school's technology club. We are going to build a computer from scratch and install Ubuntu on it. Since we are going to donate the computer to an underprivileged elementary school student who is yet to be determined, I don't want to setup a generic username and password.Is there anyway fully install Ubuntu and then on first boot have the student type in their desired username and password? I want to make this as easy as possible for the student. I am really excited for this event and glad that I can give back to the community.
View 5 Replies
View Related
Oct 20, 2010
i followed the instructions in http://ubuntuforums.org/showpost.php...5&postcount=11
result was that my pc is rendered unusable. i have no graphical interface when logging in. i can call only the terminal. i have a terminal with the new username before the bash command line, but the user_folder in home is still the old_username. my mistake was, as i discovered later, is that i followed the instructions not in recovery mode.question is, how can i make it all right again, and make my ubuntu to function normally again?
View 3 Replies
View Related
Oct 24, 2010
I installed ubuntu 10.10 a week or two ago. The problem I have is I installed kubuntu via synap a few days ago then I did a restart. to see what it was like. I go to log in and the login screen is different. And it doesn't have the user-name that I used saved. So I don't remember my user-name for ubunutu. I tried everything I could think of but I don't know it. I know my Password. but not the user-name. So I cant log in. How can I see the user-name I used? without logging in? in Terminal maybe??
View 3 Replies
View Related
Oct 29, 2010
i have problem on my ubuntu 10.10 after i change user name to root and home directory username ( old one ) , and now users and groups not working asnd all application on old user not working !
View 1 Replies
View Related
Nov 22, 2010
The download page says the CD should boot into the desktop. Instead I am getting a login screen. What is the default username and password? (I assume that after I log in I will have an option to actually install it on my hard disc ...)
View 9 Replies
View Related
Dec 6, 2010
Code:
root@ubuntu:/home/ramaswamy# synaptic
No protocol specified
(synaptic:1564): Gtk-WARNING **: cannot open display: :0
root@ubuntu:/home/ramaswamy#
if i use menu to invoke synaptic or adept it says
your username is unknown to sudo
message comes up
how to correct this? i am on kde-3.5.12
View 3 Replies
View Related
Dec 14, 2010
I'm running Ubuntu 10.04 32-bit. Sometimes I have difficulty starting X. The system complains that "/etc/timidity" is not owned by me. Then the system locks up. I checked the permissions. 'root' is both owner and group. Should I change the permissions to my username and/or my usernamegroup? Or, chown and chgrp to root again? I would experiment on my own with this, but since the system already locks up sometimes, I don't want to find myself with an unusable system.
View 4 Replies
View Related
Apr 3, 2011
After not using Ubuntu for a couple of weeks - suddenly it will no longer accept my username or password- it does not say which one it doesn't like - been using the same ones for 3 years.How can I get in to reset ?It is on a multiboot PC... Ubuntu/WinXP Pro/Win XP home
MTIA
View 2 Replies
View Related
Jul 25, 2011
Haven't used my laptop with Ubuntu 9.04 in months, completely forgotten my username and password. I've read up other peoples advice on this but it hasn't helped, tried following this, [URL] but once i get to 'Drop to root shell prompt' i get 'Give root password for maintenance (or type Control-D to continue): I don't recall ever having a 'root password'
View 4 Replies
View Related