Archive for the ‘Operating System’ Category

Easy Linux Training for New Linux Users - Linux Tips on How to Use Linux Command

Wednesday, September 30th, 2009

Linux GUI utilities are time-consuming and awkward to use. You can run a simple Linux command to do the equivalent task in a fraction of the time. Here’s how to use Linux command “patterns” to run Linux commands.

Linux GUI utilities provide an easy “point-and-click” method of doing Linux administration tasks, but they are time-consuming and awkward to use. You can run a simple Linux command to do the equivalent task in a fraction of the time it would take to use a Linux GUI utility.

When you get Linux training, be sure that it is focused on how to use Linux commands. Also, if you are interested in getting Linux certification, you need to know how to use Linux commands to be able to pass, not Linux GUI utilities.

Linux Tips - How to Use Linux “Patterns” (Linux Wildcard characters)

Some Linux documentation uses the term “pattern” to refer to Linux wildcard characters.

Wildcard characters are used in a “pattern” to cause a Linux command to work on multiple items, such as multiple directories and files in the Linux file system.

The two Linux wildcard characters are the * (asterisk) and ? (question mark).

Using an * (asterisk) with a Linux Command

An * (asterisk) is used in a pattern to represent “all” characters of an item (directory or file).

The Linux command below shows an example of the using the cp (copy) command to copy all (because of the * without any other letters or numbers) files in the current directory into the directory named memos.

]# cp * memos

Linux Tips: Keep in mind that Linux commands are “case sensitive”. Always type the letters in upper or lower case, as shown.

Linux Tips: Also, be sure to use spaces where they are shown. For example, in the Linux command above, you need a space (just a single space) between cp and the * and you need a single space between the * and memos.

The * (Linux wildcard character) can be combined with one or more letters at the front of it or after it.

The following Linux command is an example of the using the cp (copy) command to copy all files in the current directory beginning with the letter r into the directory named memos.

]# cp r* reports

The Linux command below copies all files ending in “sxw” into the directory named weekly.

]# cp *.sxw weekly

The next Linux command copies all files containing “mem” (anywhere in the file name) into the directory named monthly.

]# cp *mem* monthly

Using a ? (question mark) with a Linux Command

The ? (question mark) is used in a pattern to represent a single character.

The Linux command below shows an example of the using the mv (move) command to move files that have a single character and end in “cfg” into the directory named june.

]# mv ?.cfg june

The following Linux command moves all files beginning with “month”, and having two characters after “month”, and ending in “sxw”, into the folder named years.

]# mv month??.sxw years

To learn how to use Linux commands the easy way, you can watch Linux video tutorials. When you work with Linux videos, you can actually see Linux commands being run and hear a detailed description of why you need to run a certain Linux command.

Another benefit is that you can also see the output of the Linux command and hear a description of what the output means.

After seeing how to use Linux commandsHealth Fitness Articles, you can run them yourself - to get practical Linux training.

Monday, July 20th, 2009

627e3btuqm

How do I reformat a computer and install my operating system?

Wednesday, January 14th, 2009
Operating System


I was installing another operating system last week and it pretty much deleated my windows operating system. I can use the other linux operating system now but now I can’t play any of many games now even with WINE.

I have the recovery disks for my acer aspire 5610Z. Will this be able to fix my hard drive system and repair deleted master boot record?

How to put operating system on computers without installing?

Wednesday, January 14th, 2009
Operating System


I need to install operating system on many pcs. How can I copy operating system on one hard disk and when ever any computer is malfunctioning, just use that hard disk to copy operating system to that compter… Thanks for help.

What is the best operating system for a PC other than Windows?

Friday, January 9th, 2009
Operating System


I wont go near a Mac and Windows is starting to annoy me, I need a new operating system. I was thinking about getting Ubuntu.

How to install an operating system using a usb drive instead of Dvd?

Monday, January 5th, 2009
Operating System


How do i install an operating system (linux) using usb drive?

What do testing users of the Windows 7 BETA operating system think are advantages and disadvantages?

Sunday, January 4th, 2009
Operating System


I have downloaded and will probably try the new Microsoft Windows 7 BETA operating system. First I would like to know what current users think. Are there known issues?

What is the difference between kernel and shell in operating system?

Saturday, January 3rd, 2009
Operating System


In Computer Science, we have what is meant by the term kernel and shell as found in the operating system. What are some of the differences in the these two terms.

Computer beeps in rapid succession, and the operating system does not want to start. What is causing this? ?

Tuesday, December 30th, 2008
Operating System


Installed additional memory to remedy computer’s slow performance. After the installation, closed the case and connected the power and all peripheral devices. Turned the computer on and it beeps in rapid succession and the operating system will not start. What could be causing this?

Is there some way to extract the operating system from an Apple HD?

Thursday, December 25th, 2008
Operating System


I have two Apple HDs one of them from a Powebook and the other an iBook. I want to know if I can remove the operating system on them and save to a disk.