Linux FAQ's & Manuals
- Linux Scripts
- Debian Install
- Bash For Beginners
- Bugzilla
- Consultants Guide
- GCC Manual
- Linux Command Line Tools
- Gnu Pascal Coding Standards
- Linux Installation Disk
- Labolatorium Linux(PL)
- Budowa systemu Linux(PL)
- Linux Dictionary
- Network Administrators
- Rescue Disk for Linux
- Red Hat Installation
- Red Hat Customization
- Red Hat Getting Started
- Red Hat Security
- Secure & Optimize
- Slackware Manual
- Suse Support
- Suse FAQ
Red Hat Linux in Professional Portal Push
DaniWeb: "Red Hat has opened a dedicated online resource for its partners around the globe, giving them access to the product, program, pricing and training information on both Red Hat and JBoss solutions and services..."
WordPress Makes a Stand for Open Source Morality
Guardian Unlimited: "Matt Mullenweg, the 23-year-old who is the founding developer of the open source blogging software WordPress, woke up in March to find that disaster had struck..."
Oracle Fixes Glitch in PHP Web Applications
LinuxWorld: Oracle has released a database driver free to the open source community that improves retrieval of data from Oracle databases for Web applications developed using PHP..."
Mozilla Aims Firefox at Mobile Devices
Underexposed: "Another star is coming into alignment in the mobile Linux galaxy: Firefox..."
Shuttleworth on Ballmer
Linux-Watch: "In an interview with Linux-Watch, Shuttleworth, the man behind the popular Ubuntu Linux distribution, explained why he thinks Ballmer's latest claims against Linux and open source are so much nonsense..."
DaniWeb: "Red Hat has opened a dedicated online resource for its partners around the globe, giving them access to the product, program, pricing and training information on both Red Hat and JBoss solutions and services..."
WordPress Makes a Stand for Open Source Morality
Guardian Unlimited: "Matt Mullenweg, the 23-year-old who is the founding developer of the open source blogging software WordPress, woke up in March to find that disaster had struck..."
Oracle Fixes Glitch in PHP Web Applications
LinuxWorld: Oracle has released a database driver free to the open source community that improves retrieval of data from Oracle databases for Web applications developed using PHP..."
Mozilla Aims Firefox at Mobile Devices
Underexposed: "Another star is coming into alignment in the mobile Linux galaxy: Firefox..."
Shuttleworth on Ballmer
Linux-Watch: "In an interview with Linux-Watch, Shuttleworth, the man behind the popular Ubuntu Linux distribution, explained why he thinks Ballmer's latest claims against Linux and open source are so much nonsense..."
1.6. summary
bash is the gnu shell, compatible with the bourne shell and incorporating many useful features from other shells. when the shell is started, it reads its configuration files. the most important are:
/etc/profile
~/.bash_profile
~/.bashrc
bash behaves different when in interactive mode and also has a posix compliant and a restricted mode.
shell commands can be split up in three groups: the shell functions, shell built-ins and existing commands in a directory on your system. bash supports additional built-ins not found in the plain bourne shell.
shell scripts consist of these commands arranged as shell syntax dictates. scripts are read and executed line per line and should have a logical structure.