Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Bruno Girin
On Thu, 2010-02-18 at 17:51 +, John Matthews wrote: > Oh wow, thanks everybody for the replies, that has helped. I just > wondered then, what is the difference between the /desktop and > ~/Desktop. Sorry for being so thick. Why is it used in the Terminal? John, Part of the confusion arises

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Sean Miller
Sounds to me like jakewc2-desktop is simply the name of your PC, whereas the /Desktop is the path you're in... If you imagine your machine was called "Fred" I'd guess that it'd be in place of jakewc2-desktop and the "Desktop" path would be there the same, less confusion! Sean -- ubuntu-uk@lists

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread John Matthews
Rob Beard wrote: > Sean Miller wrote: > >> Yes /Desktop is most definitely a different thing to /desktop >> >> Sean >> >> > Not to mention if you're looking for the folder that relates to your own > desktop, it'll be in ~/Desktop or most probably /home/jakewc2/Desktop > > Rob > > > O

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Rob Beard
Sean Miller wrote: > Yes /Desktop is most definitely a different thing to /desktop > > Sean > Not to mention if you're looking for the folder that relates to your own desktop, it'll be in ~/Desktop or most probably /home/jakewc2/Desktop Rob -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread jim.cameron
Tony Arnold, > See my previous post. I don't think the $ indicates anything > about root privileges. The user can define their own prompt > and put whatever he/she likes in there! You are of course perfectly right. By default, though, a # denotes root privileges and a $ non-root, and I'm sure tha

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Matt Wheeler
On Thu, 2010-02-18 at 17:25 +, Sean Miller wrote: > Traditionally in Unix "$" denoted user, "#" denoted root. > > Dunno how it works in Linux because in Ubuntu I tend to use "sudo" > rather than logging in directly, though I'd guess if I were in as root > I'd get a "#" prompt rather than a "$"

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Sean Miller
Yes /Desktop is most definitely a different thing to /desktop Sean -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Sean Miller
Traditionally in Unix "$" denoted user, "#" denoted root. Dunno how it works in Linux because in Ubuntu I tend to use "sudo" rather than logging in directly, though I'd guess if I were in as root I'd get a "#" prompt rather than a "$" one - others can clarify whether this is actually the case. Se

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Paul Roach
..oh and a # denotes root - $ denotes anything else so if you sudo -i you'll see the prompt replaced with # :) On Thu, Feb 18, 2010 at 5:23 PM, Paul Roach wrote: > Just to emphasise - hostnames aren't case sensitive - file and > foldernames are :) > > On Thu, Feb 18, 2010 at 5:17 PM, Mat

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Paul Roach
Just to emphasise - hostnames aren't case sensitive - file and foldernames are :) On Thu, Feb 18, 2010 at 5:17 PM, Matthew Daubney wrote: >> Sorry to be pedantic, but the missing word is quite important :) >> > > Indeed, apologies for that! -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.co

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Tony Arnold
Jim, jim.came...@buhlersortex.com wrote: > Matthew Daubney >> The $ shows that you > > /don't/ > >> have root priviledges, and the : is just a seperator :) > > Sorry to be pedantic, but the missing word is quite important :) See my previous post. I don't think the $ indicates anything about ro

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Matthew Daubney
On Thu, 2010-02-18 at 18:08 +0100, jim.came...@buhlersortex.com wrote: > Matthew Daubney > > The $ shows that you > > /don't/ > > > have root priviledges, and the : is just a seperator :) > > Sorry to be pedantic, but the missing word is quite important :) > Indeed, apologies for that! -Matt

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Norman Silverstone
On Thu, 2010-02-18 at 16:40 +, Alan Pope wrote: > On 18 February 2010 16:37, John Matthews wrote: > > ok, I hope I can explain this. In my Terminal it has > > jake...@jakewc2-desktop:~$. > > this is your username > @ ^ is your hostname. > > You hostname is jakewc2-desktop.

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread jim.cameron
Matthew Daubney > The $ shows that you /don't/ > have root priviledges, and the : is just a seperator :) Sorry to be pedantic, but the missing word is quite important :) jim -- Jim Cameron Software Engineer Buhler Sortex Limited Research and Development Department 20 Atlantis Avenue London E16

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Tony Arnold
Matt, Matthew Daubney wrote: > the jake...@jakewc2-desktop bit of that prompt shows you the user you're > logged in as, followed by the hostname of your computer. The ~ really > means /home/jakewc2 . If you where to type cd Desktop you'd end up with > jake...@jakewc2-desktop:~/Desktop$ The $ show

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread SonniesEdge
Isn't "jakewc2-desktop" your machine's hostname? What happens if you cd ~/Desktop ? Charlie. On Thu, Feb 18, 2010 at 16:37, John Matthews wrote: > ok, I hope I can explain this. In my Terminal it has > jake...@jakewc2-desktop:~$. but in Places, desktop is spelt with an > Uppercase D. Does tha

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Matthew Daubney
On Thu, 2010-02-18 at 16:37 +, John Matthews wrote: > ok, I hope I can explain this. In my Terminal it has > jake...@jakewc2-desktop:~$. but in Places, desktop is spelt with an > Uppercase D. Does that make any difference. Can somebody explain what > jake...@jakewc2-desktop:~$ is/means? Mayb

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Alan Pope
On 18 February 2010 16:37, John Matthews wrote: > ok, I hope I can explain this. In my Terminal it has > jake...@jakewc2-desktop:~$. this is your username @ ^ is your hostname. You hostname is jakewc2-desktop. /home/jakewc2/Desktop is a folder in your home directory. > Upperc

Re: [ubuntu-uk] Just noticed something..not sure if its an error.....

2010-02-18 Thread Simon Greenwood
On 18 February 2010 16:37, John Matthews wrote: > ok, I hope I can explain this. In my Terminal it has > jake...@jakewc2-desktop:~$. but in Places, desktop is spelt with an > Uppercase D. Does that make any difference. Can somebody explain what > jake...@jakewc2-desktop:~$ is/means? Maybe that is