=== ||arifaX [n=||arifaX@p54B59283.dip0.t-ipconnect.de] has joined #ubuntu-server | ||
=== Tido` [n=tido@c-67-191-254-99.hsd1.ga.comcast.net] has joined #ubuntu-server | ||
Tido` | ugh, when installing ubuntu-server, I got to the point where it said 'pick which software to install' giving me the options of a DNS server and a LAMP server. I selected LAMP and pressed enter. Only afterwards did I realize it probably wanted me to select them using a different button and then press enter | 06:53 |
---|---|---|
Tido` | I didn't have an option to go back, and sure enough lamp isn't installed | 06:54 |
Tido` | do I need to reinstall or is there a simple package that will install lamp? | 06:54 |
=== Tido` [n=tido@c-67-191-254-99.hsd1.ga.comcast.net] has left #ubuntu-server ["Konversation] | ||
=== ivoks [n=ivoks@22-156.dsl.iskon.hr] has joined #ubuntu-server | ||
=== okaratas [n=ozgurk@fsf/member/okaratas] has joined #ubuntu-server | ||
=== mralphabet [n=user_nam@71-89-33-80.dhcp.stpt.wi.charter.com] has joined #ubuntu-server | ||
=== DJ_Mirage [n=sexybigg@biggetje.xs4all.nl] has joined #ubuntu-server | ||
=== fabbione [n=fabbione@vpn-nat.fabbione.net] has joined #ubuntu-server | ||
=== ivoks [n=ivoks@22-156.dsl.iskon.hr] has joined #ubuntu-server | ||
=== fabbione [n=fabbione@vpn-nat.fabbione.net] has joined #ubuntu-server | ||
=== okaratas [n=ozgurk@fsf/member/okaratas] has joined #ubuntu-server | ||
=== coNP [n=conp@pool-00c94.externet.hu] has joined #ubuntu-server | ||
=== co-NP [n=conp@pool-026bd.externet.hu] has joined #ubuntu-server | ||
=== okaratas [n=ozgurk@fsf/member/okaratas] has joined #ubuntu-server | ||
=== coNP [n=conp@pool-026bd.externet.hu] has joined #ubuntu-server | ||
=== ivoks [n=ivoks@ubuntu/member/ivoks] has joined #ubuntu-server | ||
=== co-NP [n=conp@pool-00071.externet.hu] has joined #ubuntu-server | ||
=== fabbione [n=fabbione@vpn-nat.fabbione.net] has joined #ubuntu-server | ||
=== Triumph|TK [n=email@pool-71-123-72-30.wma.east.verizon.net] has joined #ubuntu-server | ||
Triumph|TK | hello, anyone here? | 10:09 |
Triumph|TK | can anyone help me with a pretty simple problem im having, i cant figure out how to add users and set their home directories | 10:11 |
coNP | Triumph|TK: you can add users with the 'adduser' command | 10:16 |
Triumph|TK | yes i know that much but can't figure out how to set their home directory | 10:16 |
coNP | if you add a --home <homedir> parameter, then the home directory is set to <homedir> | 10:16 |
coNP | sorry I start to type slowly :) | 10:17 |
Triumph|TK | ooh see at that part in the help it said | 10:17 |
Triumph|TK | like | 10:17 |
Triumph|TK | -d, --home <homedir> | 10:17 |
coNP | yes | 10:17 |
Triumph|TK | so i was putting -d | 10:17 |
Triumph|TK | hmm ok im gunna try it now | 10:17 |
Triumph|TK | conp i have to ask u another noob question | 10:20 |
coNP | just ask :) | 10:21 |
Triumph|TK | i created a folder in my f2p and i cant find it :( | 10:21 |
Triumph|TK | hwo do i like list the files on my system thru ssh | 10:21 |
Triumph|TK | omg i typed f2p i meant ftp | 10:22 |
coNP | login and find the folder | 10:24 |
coNP | do you know its name? | 10:24 |
Triumph|TK | yes its called ftp | 10:24 |
Triumph|TK | but i don't know the path to it | 10:24 |
Triumph|TK | i made it in the home directory of my main user but im not sure where that is | 10:29 |
Triumph|TK | ooh i found it | 10:30 |
coNP | actually you can find files with the "find" command | 10:31 |
Triumph|TK | ya i try that, comes up with nothin | 10:31 |
Triumph|TK | i found the folder tho it was /home/user/ | 10:32 |
Triumph|TK | how do u backup in directories i thot it was cd. | 10:32 |
Triumph|TK | cd.. | 10:32 |
Triumph|TK | nvm its cd .. | 10:33 |
Triumph|TK | answering alot of my own questions lol | 10:33 |
Triumph|TK | last question do i need to restart ftp server after creating users? | 10:34 |
coNP | I don't really know | 10:35 |
coNP | probably not | 10:36 |
Triumph|TK | by any chance do u know how to restrict a user from ssh but only allow ftp access? | 10:52 |
coNP | I guess you should set its shell to /bin/false | 10:53 |
=== sky_walkie [i=sky_walk@r27s01p03.home.nbox.cz] has joined #ubuntu-server | ||
=== co-NP [n=conp@pool-009ef.externet.hu] has joined #ubuntu-server | ||
=== coNP [n=conp@pool-00865.externet.hu] has joined #ubuntu-server | ||
Triumph|TK | sigh, ok so ive set up a home directory for the user but the user doesn't have any permissions in it | 11:14 |
Triumph|TK | and i can't find anywhere where to change permissions for write / read | 11:14 |
Triumph|TK | conp ur my only hope | 11:17 |
coNP | sorry, a bit later | 11:18 |
coNP | you can use "chmod" | 11:18 |
coNP | or "chown", it is not even owned by the user | 11:19 |
Triumph|TK | tytytyty | 11:23 |
coNP | :) | 11:23 |
Triumph|TK | god damnit | 11:45 |
Triumph|TK | lol | 11:45 |
Triumph|TK | i cannot figure out how to give another user permissions to a directory | 11:52 |
Triumph|TK | even with chmod | 11:52 |
coNP | chown | 11:53 |
coNP | and chgrp | 11:53 |
Triumph|TK | but only 1 user can have ownership to a directory at a time i guess | 11:56 |
coNP | sure | 11:56 |
coNP | and a group | 11:56 |
Triumph|TK | ooh so the idea is | 11:56 |
Triumph|TK | add a bunch of users toa group | 11:56 |
Triumph|TK | and give the group ownership | 11:56 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!