Top Ten Concepts for Linux Beginners – Number 1, Files
Top Ten Concepts for Linux Beginners – Number 1, Files
Free Online Articles Directory
Why Submit Articles?
Top Authors
Top Articles
FAQ
ABAnswers
0 && $.browser.msie ) {
var ie_version = parseInt($.browser.version);
if(ie_version Login
Register
Hello
My Home
Sign Out
Email
Password
Remember me?
Lost Password?
Home Page > Computers > Top Ten Concepts for Linux Beginners – Number 1, Files
Top Ten Concepts for Linux Beginners – Number 1, Files
Posted: Apr 10, 2008 |Comments: 0
| Views: 169 |
Of course if you are used to Microsoft Windows you are familiar with the concept of files. This familiarity means you won’t have to start from zero to learn about Linux files. However, you will have to relearn several concepts and techniques to work with files in the Linux environment, whether using Damn Small Linux or other versions. You can do several great things with Linux files that you can’t do easily or at all under Windows. This could be just one more reason to switch from Windows to Linux.
Files have unique names. This rule is not as simple as it may seem. There is no conflict between a hard disk file named pay12june and a file named pay12june on your removable USB flash drive. In fact, be sure to backup all your important files. Don’t worry if your hard drive file is erased or becomes corrupted and illegible, simply access the one on your flash drive. You could also have two files named pay12june on your hard drive in different directories. Directories, collections of directories and files, will be discussed in the next article in this series.
Linux distinguishes between lower-case and upper-case characters in file names. Microsoft Windows does not. For example, Linux treats pay12june and Pay12june as two different files, as different as pay12june and heighho. Windows users will have to adapt to this major difference. Even though I am a Linux fan I don’t see any advantage in the Linux way of naming files. Maybe I have spent too much time in the Windows environment.
File names should be relatively short. The allowed maximum is 255 characters but working with long file names is no fun and in fact is asking for trouble. Linux file names may not contain the character / which has a special meaning. To avoid misunderstanding don’t include special characters such as $ and & in your file names. Doing so could cause confusion and lead to hard-to-find errors. For the same reason don’t call your files by special Linux names such as etc.
Linux sometimes applies file extensions; common examples include .c to indicate a C-language program and .htm or .html to indicate one type of web page. Savvy Linux users often avoid coding the file extension but rely on the file directory to indicate the file type. Don’t give a Linux file a misleading file extension.
Use an editor to create or modify a text file. The old fashioned vi editor has been replaced by more powerful, user-friendly editors. Most versions of Linux come with several editors. Damn Small Linux, a popular version that runs under Windows, includes several editors such as Beaver that come quite close to being intuitive.
Linux provides an enormous variety of commands for processing files. Many of these commands are mnemonic; for example the command cp is used to copy files. Many commands include a wide variety of options. Consider the ls command, somewhat similar to the DIR command in the Windows environment. This seemingly simple command is quite rich and offers dozens and dozens of options many of which have no equivalent in the Windows environment.
Linux commands can be thought of as verbs. Just like most English sentences include more than a verb (go, jump) complete Linux commands contain the command itself and one or more objects. To copy a file you not only need to specify cp but also What and Where. For example, the command cp pay12june backuparea means copy the pay12june file into the backuparea directory.
Linux syntax (grammar rules) is quite strict and does take time to learn. But mastering Linux and associated technologies can lead to employment. The next step is mastering Linux directories.
Retrieved from “http://www.articlesbase.com/computers-articles/top-ten-concepts-for-linux-beginners-number-1-files-383561.html”
(ArticlesBase SC #383561)
Watch your traffic increase just by submitting articles with us, click here to get started.
Liked this article? Click here to publish it on your website or blog, it’s free and easy!
Levi Reiss -
About the Author:
Once upon a time Levi Reiss wrote ten computer and Internet books either alone or with a co-author. Now he has moved on to building websites, including global wine (www.theworldwidewine.com), Italian wine, Italian travel, and health and nutritional aspects of wine. He has taught various and sundry computer courses including Linux and Windows operating systems at an Ontario French-language community college for decades. His new website http://www.linux4windows.com will get you to run Linux even on that outdated Windows computer in your basement but first you must remove the dust bunnies.
Questions and Answers
Ask our experts your Computers related questions here…
200 Characters left
How many files in folder linux?
How many files in a directory linux?
How many files in directory linux?
Rate this Article
vote(s)
0 vote(s)
0) {
ch_selected = Math.floor(Math.random()*ch_queries.length);
if(ch_selected == ch_queries.length) ch_selected–;
ch_query = ch_queries[ch_selected];
}
}catch(e){
ch_query = document.title;
}
]]>
Article Tags:
linux, windows, damn small linux, download, free, internet, open source, security, operating system
Latest Computers Articles
More from Levi Reiss
How to Delete Orphaned Files in Ubuntu Linux
Comprehensive advice on your computer and software problems and questions, this video will focus on how to delete orphaned files in Ubuntu Linux. (02:15)
How to Compress Files in Ubuntu Linux 8.04
Ubuntu Linux 8.04 tutorials, this tutorial will show you how to compress files in Zip 7z 7zip. (02:21)
How to Merge Extract File Type .001 .002
Ubuntu Linux 8.04 tutorials, this tutorial will show you how to merge extract file type .001 .002. (02:29)
How to Check File Integrity in MD5 Checksum
Ubuntu Linux 8.04 tutorials, this tutorial will show you how to check file integrity in MD5 Checksum. (06:37)
How to Make Shortcut Load Java Jar Files
Ubuntu Linux 8.04 tutorials, this tutorial will show you how to make shortcut load Java Jar files. (01:15)
Top Ten Reasons to Learn Damn Small Linux – Number 2, Lots of Free Applications
The Linux operating system runs computers of all sizes including home computers. People realize Linux’s many advantages over Microsoft Windows. This article discusses a free version, Damn Small Linux. Future articles talk about its free applications, Linux’s integration with the Internet, its resistance to viruses, LAMP, how Linux can revive your obsolete computers, how it improves your control over the computer, Linux certification, and more.
By:
Levi Reissl
Computersl
Apr 05, 2008
lViews: 1,085
Top Ten Reasons for Learning Damn Small Linux – Number 1, It’s Free
The Linux operating system runs computers of all sizes including home computers. People realize Linux’s many advantages over Microsoft Windows. This article discusses a free version, Damn Small Linux. Future articles talk about its free applications, Linux’s integration with the Internet, its resistance to viruses, LAMP, how Linux can revive your obsolete computers, how it improves your control over the computer, Linux certification, and more.
By:
Levi Reissl
Computersl
Mar 30, 2008
lViews: 159
Top the Ten Reasons for Learning Damn Small Linux – Number 5, Linux, Apache, and Mysql
Linux has many advantages over Microsoft Windows. This article discusses its companion programs, the Apache web server and the MySQL database management system. Other articles talk about its free applications, Linux’s integration with the Internet, resistance to viruses, how it improves your control over the computer, the road to Linux certification and more. Be sure to read our companion series on Linux concepts.
By:
Levi Reissl
Computersl
May 02, 2008
lViews: 906
Damn Small Linux Text Processing
The Linux operating system runs computers of all sizes including home computers. This article presents some of the word processing programs that come with an easily downloadable free version, Damn Small Linux. People realize Linux’s many advantages over Microsoft Windows. You can processes documents, write programs, and send your emails with these programs.
By:
Levi Reissl
Computersl
Oct 26, 2008
lViews: 552
Free Damn Small Linux Games – Part 1
The Linux operating system runs computers of all sizes including home computers. This article presents some of the free games that come with an easily downloadable free version, Damn Small Linux. People realize Linux’s many advantages over Microsoft Windows. Plus you will love some of these free games.
By:
Levi Reissl
Computersl
Oct 01, 2008
lViews: 488
The Top Ten Concepts for Linux Beginners – Number 8, Programming Language Support
The Linux operating system runs computers of all sizes including home computers. Of course, you should be familiar with some basic Linux concepts. This article discusses Linux programming support. Other articles discuss files, directories, permissions, users, inodes, processes, shells, the graphical user interface, and LAMP, the open-source (free) suite Linux, Apache, MySQL, and PHP.
By:
Levi Reissl
Computersl
Nov 21, 2008
lViews: 177
5 Awesome Games for the IPhone and IPad
Apple’s App Store is one of technology’s modern marvels. With basement developers paving the way and now big-name developers getting in on the action, there is no end to what you might find popping up next in the App Store. While it’s easy to find the Top 100 apps, many…
By:
Barbara Mael
Computersl
Jun 30, 2011
Personal Digital Assistant has revolutionized the very concept of communication and data storage.It has brought about a change in the way people organize their data and their schedules.There are many multi-featured devices available in the markets which are being promoted by almost all the leading brands.
In the present market space,…
By:
David H. Urmannl
Computersl
Jun 30, 2011
Cash Parking Aids in Creating Profits
Domain parking has become a big part of online marketing. Essentially, a parked domain is a potential revenue stream for the owner. When a domain is parked and not used, however, it is just a wasted resource. Cash parkingcan be an integral part of creating a revenue stream through a…
By:
Tony Shapirol
Computersl
Jun 29, 2011
The Nuts and Bolts of Domain Parking Software
Parked domains are domain names that dont have any web content entered into them yet. There are several reasons that individuals or companies will reserve a domain name before they are ready to use them. Sometimes the name of the domain is in such high demand that people will buy…
By:
Tony Shapirol
Computersl
Jun 29, 2011
A laptop pc or merely laptop (also notebook pc or notebook) is a little mobile personal computer, normally weighing from one to three kilos, depending on size, materials along with other aspects. While the terms “laptop” and “notebook” are often used interchangeably, “laptop” is the more mature term, introduced in…
By:
Ste Wishawl
Computersl
Jun 29, 2011
Diet Programs And Meals – The Special K Diet
Thinking
about losing weight and getting in better shape? We briefly examine the Special K Diet presenting its advantages and disadvantages, two days sample
menus, and much more. This unbiased information may help determine if this
diet is right for you. Check out the other diets in this series. Don’t get
involved in any weight-loss, fitness, or other such program without discussing
it with your medical or other health care professional.
By:
Levi Reissl
Self Improvementl
Apr 16, 2011
I Love Touring Italy – Western Abruzzi
I love touring Italy so much that I am doing a
series on both the well known and the rarely visited tourist attractions of
Italy’s twenty regions. This short article explores sights in the the western part of the Abruzzi region of central Italy
including some history, local food, and wine. Please join me on this tour.
By:
Levi Reissl
Travell
Apr 16, 2011
Diet Programs And Meals – The Cabbage Soup Diet
Thinking
about losing weight and getting in better shape? We briefly examine the Cabbage Soup Diet presenting its advantages and disadvantages, two days sample
menus, and more. This unbiased information may help you determine if this
diet is right for you. Check out the other diets in this series. Don’t get
involved in any weight-loss, fitness, or other such program without discussing
it with your medical or other health care professional.
By:
Levi Reissl
Self Improvementl
Apr 13, 2011
I Love Touring Italy – Gran Sasso, Abruzzi
I love touring Italy so much that I am doing a
series on both the well known and the rarely visited tourist attractions of
Italy’s twenty regions. This short article explores sights in the magnificent Gran Sasso in the Abruzzi Liguria region of central Italy
including some history, local food, and Liguria wine. Please join me on this tour.
By:
Levi Reissl
Travell
Apr 11, 2011
I Love Italian Travel – Eastern Abruzzi
I love touring Italy so much that I am doing a
series on both the well known and the rarely visited tourist attractions of
Italy’s twenty regions. This short article explores sights in the eastern part of the relatively unknown Abruzzi region of central Italy. Please join me on this tour.
By:
Levi Reissl
Travell
Apr 03, 2011
Add new Comment
Your Name: *
Your Email:
Comment Body: *
Verification code:*
* Required fields
Submit
Your Articles Here
It’s Free and easy
Sign Up Today
Author Navigation
My Home
Publish Article
View/Edit Articles
View/Edit Q&A
Edit your Account
Manage Authors
Statistics Page
Personal RSS Builder
My Home
Edit your Account
Update Profile
View/Edit Q&A
Publish Article
Author Box
Levi Reiss has 428 articles online
Articles Categories
All Categories
Advertising
Arts & Entertainment
Automotive
Beauty
Business
Careers
Computers
Education
Finance
Food and Beverage
Health
Hobbies
Home and Family
Home Improvement
Internet
Law
Marketing
News and Society
Relationships
Self Improvement
Shopping
Spirituality
Sports and Fitness
Technology
Travel
Writing
Computer Forensics
Computer Games
Data Recovery
Databases
E-Learning
File Types
Hardware
Information Technology
Intra-net
Laptops
Networks
Operating Systems
Programming
Security
Software
Need Help?
Contact Us
FAQ
Submit Articles
Editorial Guidelines
Blog
Site Links
Recent Articles
Top Authors
Top Articles
Find Articles
Site Map
Mobile Version
Webmasters
RSS Builder
RSS
Link to Us
Business Info
Advertising
Use of this web site constitutes acceptance of the Terms Of Use and Privacy Policy | User published content is licensed under a Creative Commons License.
Copyright © 2005-2011 Free Articles by ArticlesBase.com, All rights reserved.
Once upon a time Levi Reiss wrote ten computer and Internet books either alone or with a co-author. Now he has moved on to building websites, including global wine (www.theworldwidewine.com), Italian wine, Italian travel, and health and nutritional aspects of wine. He has taught various and sundry computer courses including Linux and Windows operating systems at an Ontario French-language community college for decades. His new website http://www.linux4windows.com will get you to run Linux even on that outdated Windows computer in your basement but first you must remove the dust bunnies.
Fazendo a integração de redes com OpenVPN em servidores Linux e clientes Windows 7 64 Bits. Com certificados e chaves para aumentar a segurança e com compressão de dados para melhorar a velocidade.
More Linux Articles


