Re: [ubuntu-uk] Shell Access for VPS server

2009-07-07 Thread Lucy
2009/7/7 John : > Lucy wrote: >> A good place to start IMO is http://en.flossmanuals.net/gnulinux. >> It'll give you a gentle introduction to the command line and later on >> starts talking about variables, etc. So you should be able to start >> building up your own scripts. >> >> > Hi Lucy, that i

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-07 Thread John
Lucy wrote: > 2009/7/6 John : > >> Hi everybody, >> >> I was just wondering, is there any difference between Linux Shell and >> Ubuntu Shell access? Also does anybody have any website I can look at to >> learn shell script? >> > > A good place to start IMO is http://en.flossmanuals.net/gnul

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-07 Thread Alan Lord (News)
On 07/07/09 08:20, William Anderson wrote: > Alan Lord (News) wrote: >> On 07/07/09 01:24, Sean Miller wrote: >>> Not on my Ubuntu machine, my default user is still using bash. >> >> I would be surprised if the default shell is bash. >> >> /bin/sh is a symlink to /bin/dash as Dave explained. >> >>

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-07 Thread Lucy
2009/7/6 John : > Hi everybody, > > I was just wondering, is there any difference between Linux Shell and > Ubuntu Shell access? Also does anybody have any website I can look at to > learn shell script? A good place to start IMO is http://en.flossmanuals.net/gnulinux. It'll give you a gentle intro

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-07 Thread William Anderson
William Anderson wrote: > Alan Lord (News) wrote: >> On 07/07/09 01:24, Sean Miller wrote: >>> Not on my Ubuntu machine, my default user is still using bash. >> I would be surprised if the default shell is bash. >> >> /bin/sh is a symlink to /bin/dash as Dave explained. >> >> If you look at a user'

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-07 Thread William Anderson
Alan Lord (News) wrote: > On 07/07/09 01:24, Sean Miller wrote: >> Not on my Ubuntu machine, my default user is still using bash. > > I would be surprised if the default shell is bash. > > /bin/sh is a symlink to /bin/dash as Dave explained. > > If you look at a user's default shell in /etc/pass

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-06 Thread Alan Lord (News)
On 07/07/09 01:24, Sean Miller wrote: > Not on my Ubuntu machine, my default user is still using bash. I would be surprised if the default shell is bash. /bin/sh is a symlink to /bin/dash as Dave explained. If you look at a user's default shell in /etc/passwd you will see most (if not all) poin

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-06 Thread Sean Miller
Not on my Ubuntu machine, my default user is still using bash. And when writing scripts you put the shell at the top anyway, and that's been for me #!/bin/bash in recent history. Therefore if writing shell scripts I believe bash is still the one you want. Bit of history here... the original shel

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-06 Thread Dave Walker
Andrew Oakley wrote: > > Ubuntu uses Bash > (Bourne Again Shell), but then Red Hat, Fedora, Suse and most Linux > distributions also tend to use Bash these days. > Hi Andrew, I should probably point out that Ubuntu *doesn't* use bash by default. Ubuntu changed to "dash" some releases ago.

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-06 Thread Andrew Oakley
John wrote: > I was just wondering, is there any difference between Linux Shell and > Ubuntu Shell access? Not so as you'd notice. If you get into chaining commands together (piping) or writing vaguely advanced shell scripts, then it does matter that Ubuntu uses Bash (Bourne Again Shell), but

Re: [ubuntu-uk] Shell Access for VPS server

2009-07-06 Thread Sean Miller
On Mon, Jul 6, 2009 at 5:45 PM, John wrote: > I was just wondering, is there any difference between Linux Shell and > Ubuntu Shell access? Also does anybody have any website I can look at to > learn shell script? There's no easy answer to that. The basic shell is /bin/bash (the Bourne Again SHell

[ubuntu-uk] Shell Access for VPS server

2009-07-06 Thread John
Hi everybody, I was just wondering, is there any difference between Linux Shell and Ubuntu Shell access? Also does anybody have any website I can look at to learn shell script? Thanks John -- ubuntu-uk@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.c