Linux
Linux Beginner Practice using command line tool.

PhpMind Linux Practice Command line.
LAMP is growing very fast from small business to Enterprise level.
Every one is looking for LAMP developers. Most of them are very good in PHP and MYSQL but in Interview Interviewer stat asking about Apache and Linux questions they keep mum!!
This is for php beginners those who want to learn Linux and don’t have command line facility to practice. Its easy like 1 2 3 !!
1. Open this link – Linux Practice for beginners.
2. Open terminal -
3. Start working.
How to copy an entire directory in Linux?
cp -R Blog/ Newblog/
Using this command you can copy an entire directory, its subdirectories, and files. Blog is existing directory and Newblog is destination directory.
Linux faqs
How to find out which Linux version you are running?
# cat /proc/version
Output – Linux version 2.6.27-6_1.intel.BHsmp (kernel@bluehost.com) (gcc version 3.4.6 20060404 (Red Hat 3.4.6-10)) #1 SMP Thu Nov 13 15:27:29 MST 2008
how do I show all installed packages in Linux?
# rpm -qa | less
This workes in Red Hat/Fedora Core/CentOS Linux
Why you should use Linux?
- Unlike many single user desktop console based operating systems, Linux is a multi-user, multi-tasking, network enabled operating system accessible from anywhere on the network.
- Multiple users can access a Linux computer remotely, each running their own individual desktop instance, all at the same time.
- The Linux/Unix X-Windows network enabled multi-user windowing system allows full remote access.
This is a sharp contrast to a single user console based OS which requires the user to be physically present at the computer in order to access his desktop and applications, limiting access to one user at a time.
- The Linux/Unix OS was designed to support remote and secure multi-user access using ssh.
- This gives all Linux/Unix administrators and users a powerful flexible standard remote interface while the automobile is often the primary remote access tool of other OS administrators (i.e. Windows 98 and NT).
- Linux/Unix shell scripts provide a batch scripting capability which can be scheduled, propagated to other systems.
- Future and advanced development is ensured as the source code is available to all. It is studied in universities and institutions worldwide.
- PhD candidates and corporate researchers use Linux to try advanced computing concepts.
- Linux is here to stay; it is getting stronger day by day, and that is good from a technical, financial and economic point of view.

