All papers examples
Get a Free E-Book!
Log in
HIRE A WRITER!
Paper Types
Disciplines
Get a Free E-Book! ($50 Value)

Linux Computing Environment, Research Paper Example

Pages: 5

Words: 1496

Research Paper

Overview of Linux

According to “Linux.org” the name “Linux” came from the kernel of the operating system, developed in 1991 by Linus Torvalds. The trademark of Linux still owns by him. Linus researched the kernel and sustained to regulate its value. He also added new codes to the kernel. In the past, Linux has been distributed, marketed and known as “open source” software. “Open source” norm’s that the source code must be generously distributable and can be downloaded from the Internet.

In the past Linux has been contributing for enterprise software i.e., open source and commercial applications. As compared to the open source, commercial applications gained a rapid growth. Linux contributed immensely on the mobile handset market. IMS research was founded in 1989 and is currently a leading market researcher of the global electronics industry. According to IMS research in February 2009, the OEM (original equipment manufacturers) was seeking for Linux based operating systems to minimize the cost and expand their handset portfolios.

The dynamic GUI environment of Linux gives users an entirely different system to navigate. Linux is now the choice for many users. Although there are some system software issues, but they can be controlled as there is a lot of support available on the Internet via Linux support website and forums. Dell and Lenovo started selling systems having Linux installed on systems with different versions due to increasing demand of desktop users. Some popular flavors are Red hat Linux and Ubuntu. Previously the command line interface was not so demanding and there was no comprehensive support for the system software. Today Linux versions come rapidly and more improved from the previous versions eliminating issues with previous versions making Linux better and better.

Linux File Editors

In Windows environment we call the directories as “Folder” and in Linux we call the files and folders “Directories”. These directories may contain sub directories depending on the requirements of the user. One of the major differences between Linux and Windows is the directory structure. Locating files and folders in Linux are also unlike as compared to windows. We can compare Windows and Linux as:

  Linux Windows
Command Difference /Folder1/subfolder/file.txt “C:\Folder1\subfolder\file.txt”

 

Syntax Difference In Linux Forward Slashes are used In Windows back slashes are used
Drive Letters In Linux no drive letters are present In Windows drive letters are present
Case Sensitive Linux is case sensitive Windows is not case sensitive

Linux Directory Structure

Linux Directory Structure Figure 1.1

Features of Linux text Editors

The most popular editors currently in use are “Vi” and “Emacs” Linux installs with these two editors. “Vi” is more popular than “Emacs”. A Linux user cannot rely on the GUI as the role of text editors is essential when GUI is not available to execute commands.

“Vi” Text Editor

The “Vi” editor has two modes which are

  1. Command
  2. Insert

The “command mode” works on the inserted commands for the Linux directory structure to be manipulated and “Insert mode” stores the keystrokes in a file.

 “Vi” text buffers

A text buffer facilitates the user to reuse the commands without typing them again. The “Vi” text buffer contains thirty six buffers for storing the text. A “general purpose” buffer is also used in the process. Sometimes there is no need to employ other buffers as “general purpose” buffer finishes the job.

Verifying “Vi” Commands

This is an excellent feature for programmers to inspect their codes and for pointing out the mistakes. This command will check the source code for any possible errors or incomplete commands.

 “Vi” Searching

“Vi” editor is equipped with two kinds of searches

  1. String Search
  2. Character Search

For a string search, “/” and “?” parameters are used for searching the data as per the requirements. Character search checks the character within one line. The “f” and “F” parameters operate where, “f” searches forward and “F” searches backwards.

Linux vs. Windows

Linux has significant advantages over Windows which are defined below:

  Linux Windows
Cost Linux is not restricted. It can be installed as many systems as possible due to no license restriction per computer. This is the most prime advantage Linux has as compared to Windows. Microsoft only allows one license per user.

 

Security From the late nineties Linux proved itself more secure. The likelihood of viruses, adware, and spywares is relatively low as compared to Windows. This eliminates the security devices expense. Windows is not secure as the probability of viruses is devastating. Evert now and then new virus emerges enabling the Windows more volatile in terms of security.
Customization In Linux users has the freedom to customize the appearance with the help of various window managers. Users cannot edit windows appearance as only different themes can be applied.
CLI Vs. GUI CLI uses low CPU power and more processing power for providing results much faster. Due to GUI, high CPU consumption may affect the overall performance of the system.

CLI Benefits

Nowadays CLI are preferred for super stores. What is the reason, the systems are not affordable? This is not the reason! If the superstore is popular and located in a crowded place, then the payment terminals must be extremely busy, especially on Christmas days. In order to make the payment process self-assured, the Linux CLI makes a significant difference with the following factors, “low processing” power, quick calculations, more control over the system and 100% CPU utilization.

If a user is running a Linux server, there is no need of a GUI, which will obviously consume more resources than the CLI. In this way the server can fully utilize the hardware resources and deliver 100%.

 Linux Disadvantages

To be a professional or home user of Linux, expertise is required. Disadvantages are divided in to different headings below

Learning curve

Before installing Linux on the system the user should be aware of saving the data as Linux creates only a single primary partition. The user should gain some understanding of how to install Linux and tackle the issues while running the operating system.

Hardware Compatibility

Linux finds it difficult to install some devices. Sometimes Linux cannot locate system software, for example, mouse is not installed and the user is not able to locate the mouse driver. In the end, user has to buy a new mouse which is compatible with Linux and revert to Microsoft Windows.

File security in Linux

Linux contains three levels of security

  1. Read
  2. Write
  3. Execute

And respectively three different levels for directories

  1. Owner / User
  2. Group
  3. Others

The group ‘Accountant’ is created with two group members,

  1. Accountant
  2. Company Owner

 As shown in figure 3.1 the group and the group members can clearly be seen.

 Apart from the group members, no one else can access the contents of the files created by the owner. “Chmod” grants permissions to access the files created by the owner of the group. The users present in this group can read, write and execute files. The commands executed are:

“chmod g+rwx” Accounts Payable

“chmod g+rwx” Accounts Receivable

“chmod g+rwx” General Ledger

“chmod g+rwx” Customer File

Common Linux Commands Guide:

This is the guide for the novice users. The users will get information regarding how the commands are implemented and what are the common switches associated with them. Some common Linux commands are previously implemented.

  1. ls : User has to enter “ls” to display the results. This command lists the files in a directory. Common switches are ls –l, ls –a, ls –ld, ls /usr/bin/d*. The ls command is executed in the below snapshot,
  2. “Pwd”: User has to type “pwd” to make this command work. Print working directory shows where currently the user is within the directory tree. In the below mentioned snapshot the “PWD” command is executed. /home/Ubuntu is the current working directory.

”mkdir”: Just type the syntax “mkdir” [File Name]. This command creates a new directory. Below is the snapshot where “mkdir” command is implemented.

  1. “Touch”: Easiest command to create new empty files, change time stamps of the most recent access files. Syntax is “touch filename”. Common switches of this command are –a, -c, -f, -m. The command is executed in the snapshot below:

Rm: command is use to delete a file or directory. Just type rm and [file name or directory].

Common switches are –e, -f, -i. In the below mentioned snapshot the file “AccPayable” and

directory “Temporary” has been deleted.

Who: This command displays the information regarding the users who is logged in, from how long, and how many users are logged in. As the below mentioned snapshot shows the username, time, date and how many users are logged in. Common switches are activity, state, line, time and name.

“Ps”: This command lists the processes which are currently running. Common switches are –a,-c,-d,-e.

“Man”: This command extracts the title from the online reference manuals. As in the below mentioned snapshot, there is no manual installed.

“Cat”: Extracts the contents of the file on the screen. The file name is test. Syntax is cat –n [File Name].

“Grep”: This command is executed for searching files and to display output from a specific program. Review the snapshot where grep is displaying data of the ports used by the “nfs” service.

“su”: Used to create a shell with a specific used id. It is used for switching between accounts as compared to Windows “switch user” option. See the snapshot for example

References

“What is Linux.” Linux Online. 02 July-Aug. 2007. 10 May 2010. <http://http://www.linux.org/info/>.

“About Ims Research.” IMS Research. 06 May 2010 <http://www.imsresearch.com/about_us.html>.

Time is precious

Time is precious

don’t waste it!

Get instant essay
writing help!
Get instant essay writing help!
Plagiarism-free guarantee

Plagiarism-free
guarantee

Privacy guarantee

Privacy
guarantee

Secure checkout

Secure
checkout

Money back guarantee

Money back
guarantee

Related Research Paper Samples & Examples

The Risk of Teenagers Smoking, Research Paper Example

Introduction Smoking is a significant public health concern in the United States, with millions of people affected by the harmful effects of tobacco use. Although, [...]

Pages: 11

Words: 3102

Research Paper

Impacts on Patients and Healthcare Workers in Canada, Research Paper Example

Introduction SDOH refers to an individual’s health and finances. These include social and economic status, schooling, career prospects, housing, health care, and the physical and [...]

Pages: 7

Words: 1839

Research Paper

Death by Neurological Criteria, Research Paper Example

Ethical Dilemmas in Brain Death Brain death versus actual death- where do we draw the line? The end-of-life issue reflects the complicated ethical considerations in [...]

Pages: 7

Words: 2028

Research Paper

Ethical Considerations in End-Of-Life Care, Research Paper Example

Ethical Dilemmas in Brain Death Ethical dilemmas often arise in the treatments involving children on whether to administer certain medications or to withdraw some treatments. [...]

Pages: 5

Words: 1391

Research Paper

Ethical Dilemmas in Brain Death, Research Paper Example

Brain death versus actual death- where do we draw the line? The end-of-life issue reflects the complicated ethical considerations in healthcare and emphasizes the need [...]

Pages: 7

Words: 2005

Research Paper

Politics of Difference and the Case of School Uniforms, Research Paper Example

Introduction In Samantha Deane’s article “Dressing Diversity: Politics of Difference and the Case of School Uniforms” and the Los Angeles Unified School District’s policy on [...]

Pages: 2

Words: 631

Research Paper

The Risk of Teenagers Smoking, Research Paper Example

Introduction Smoking is a significant public health concern in the United States, with millions of people affected by the harmful effects of tobacco use. Although, [...]

Pages: 11

Words: 3102

Research Paper

Impacts on Patients and Healthcare Workers in Canada, Research Paper Example

Introduction SDOH refers to an individual’s health and finances. These include social and economic status, schooling, career prospects, housing, health care, and the physical and [...]

Pages: 7

Words: 1839

Research Paper

Death by Neurological Criteria, Research Paper Example

Ethical Dilemmas in Brain Death Brain death versus actual death- where do we draw the line? The end-of-life issue reflects the complicated ethical considerations in [...]

Pages: 7

Words: 2028

Research Paper

Ethical Considerations in End-Of-Life Care, Research Paper Example

Ethical Dilemmas in Brain Death Ethical dilemmas often arise in the treatments involving children on whether to administer certain medications or to withdraw some treatments. [...]

Pages: 5

Words: 1391

Research Paper

Ethical Dilemmas in Brain Death, Research Paper Example

Brain death versus actual death- where do we draw the line? The end-of-life issue reflects the complicated ethical considerations in healthcare and emphasizes the need [...]

Pages: 7

Words: 2005

Research Paper

Politics of Difference and the Case of School Uniforms, Research Paper Example

Introduction In Samantha Deane’s article “Dressing Diversity: Politics of Difference and the Case of School Uniforms” and the Los Angeles Unified School District’s policy on [...]

Pages: 2

Words: 631

Research Paper