Setting File Permissions On A Unix Server
File permissions are one of the strengths that the Unix world has had over it's Windows contemporaries. Permissions are a means to control access to information on a computer, on a file by file basis. There are several layers of control, and these will be discussed below.
For the purpose of this series of tutorials, I have been using a free FTP program called Core FTP Lite to upload files to my server. I am using this program to describe my examples.
Ok, to begin, let's say that we have uploaded some files to a server.
We are discussing uploading scripts in general here, and certainly for many scripts, the creators may well specify certain 'permissions' that need to be set in order for the scripts to operate correctly. Let's take a look at a set of files on a server. In Core FTP Lite, the server files are shown in the right hand pane. Select one and then right click on the highlighted file.If you use a different FTP client, I expect that the layout will be very similar.
Run the mouse down to the bottom of the menu and select the item marked 'Properties'. Click on this option, and another dialog will appear.
You will see that the file in question (in this case a directory) is being shown in the 'File' field at the top of the screen.
What we are really interested in, is the tick boxes in the bottom half of the screen. These hold the file 'privileges' or 'permissions' for this file or directory.
There are three types of 'permissions' available.
* User - which means the person signed on who is setting the permissions
* Group - which means a specific group of users for whom access to the file has been granted
* World - which means everyone.
Within these groups of users, there are 3 distinct types of permissions
* Read - which means that permission to read a file, but not alter it or run it
* Write - which means permission to write to a file and change it
* Execute - which means permission to execute a file, which is important in the case of scripts for example.
Permissions are sometimes called by these names (read, write, execute) but are more commonly referred to using letters 'rwx'. In addition, permissions are sometimes referred to by a single number '755' for example. In the picture above, you will see a value box. This is the number being referred to. How is this number made up? Well let me explain.
Read
User 400
Group 40
World 4
Write
User 200
Group 20
World 2
Execute
User 100
Group 10
World 1
Each value for each setting is shown. Try them out by ticking them, and see the number in the 'Value' field change accordingly.
So, lets look at a real example
Can you see how the number 755 is made up? Add up the individual values from the value table and see.
So hopefully you can see, that setting file permissions with the right tool is not hard at all.
Charlie Cory worked or many years running a HelpDesk for a software house, and has experience in many operatng systems and technologies. The online aticle contains many pictures which help bring this tutorial to life.
Latest News
Personal Tech: Military launches TroopTube Salt Lake Tribune, United States - Members can upload personal videos from anywhere with an Internet connection, but a Pentagon employee screens each for taste, copyright violations and ... |
Personal Tech: Tennesee boasts world's fastest unclassified computer Salt Lake Tribune, United States - AP The Department of Energy's Oak Ridge National Laboratory in Oak Ridge, Tenn. released this photograph Nov. 10 showing some of the 284 computer cabinets ... |
Jamaica Gleaner | Is your broker, motor insurer tech savvy? Jamaica Gleaner, Jamaica - Tim Ryles, PhD, in an article dated September 2008 - 'The Insurer's Duty at the Outset of a Personal Lines Claim' - wrote that the United States Supreme ... |
TV's Interactive Future Arrives Today, Combining Social Media With ... MarketWatch - An irreverent weekly tech/web culture show hosted by tech geeks/pop culture gurus Alex Albrecht and Kevin Rose, Diggnation was launched in 2005. ... Interactive Multi-Cam Video Feed Almost Steals Kevin Rose's Digg ... |
A rank way to decide conference Yahoo! Sports - The Big 12 failed to come up with enough of its own criteria for breaking a three-way tie at the top of the standings, as Oklahoma, Texas and Texas Tech ... Texas Tech Red Raiders @ Oklahoma Sooners Former players recall Tech’s outright conference title No. 2 Texas Tech's defense gaining respect |
Personal Tech: Black Friday is a bright day for gadget lovers Salt Lake Tribune, United States - The day after Thanksgiving, also known as "Black Friday," is one of the biggest shopping days of the year because that's when stores introduce hot deals for ... |
![]() Bleacher Report | On College Football: If Texas Tech slips, dominoes will fall Philadelphia Inquirer, PA - By Ray Parrillo The 2008 darling of college football, second-ranked Texas Tech, can take one more step toward the BCS championship game tonight when it ... College Football Preview: I've Got a Crush on Mike Leach |
15 Tech Secrets for the Serious Road Warrior PC World - In the past, we've described how to accomplish more with popular online tools like Google Calendar, with text-messaging utilities like Web-based personal ... |
![]() Product Reviews | Nvidia to offer parallel tech for mobile devices NetworkWorld.com, MA - Nvidia announced Tuesday a GPU-based Tesla Personal Supercomputer, which it said uses its Tesla GPUs and Cuda to deliver the power of a cluster of computers ... Thanks to gamers, the desktop supercomputer arrives Tokyo Tech Builds First Tesla GPU Based Heterogeneous Cluster to ... nVIDIA launches Tesla supercomputer |
Solutions: How to rip music from a DVD Tampabay.com, FL - Send questions to personaltech@sptimes.com or Personal Tech, PO Box 1121, St. Petersburg, FL 33731. Questions are answered only in this column. |
Resources
-
Sorry there are no resources available at this time

