Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Share your knowledge about UNIX permission

This is a discussion on Share your knowledge about UNIX permission within the Unix/Linux forums, part of the Operating Systems category; I want to know what are the permissions available in UNIX for achieving security? It would be nice if someone could share their thoughts about the UNIX permission usage in ...

Go Back   Geeks Talk > Operating Systems > Unix/Linux
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 06-24-2006
Contributing Member
 
Join Date: May 2006
Posts: 84
Thanks: 0
Thanked 11 Times in 7 Posts
timmy is on a distinguished road
Share your knowledge about UNIX permission

I want to know what are the permissions available in UNIX for achieving security? It would be nice if someone could share their thoughts about the UNIX permission usage in other words what level of access if provided to whom for security and how they are provided.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 06-24-2006
Contributing Member
 
Join Date: May 2006
Posts: 79
Thanks: 0
Thanked 6 Times in 5 Posts
fred is on a distinguished road
Re: Share your knowledge about UNIX permission

I think you can achieve the same by using chmod a command available in UNIX. But there is lot of permission commands available in UNIX which I am not aware. Hope to get it the knowledge in this discussion. All the above UNIX is a system designed for getting higher security.
Reply With Quote
  #3 (permalink)  
Old 03-07-2007
Junior Member
 
Join Date: Mar 2007
Location: Bangalore
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
SureshBV is on a distinguished road
Re: Share your knowledge about UNIX permission

Basically there are three types permission you can set on a file "read", "write" and "execute". These file permission can be changed with the help of command "chmod"
Ex: drwxrwxrwx 8 bin bin 8192 Mar 7 19:50 tmp

r=read=4
w=write=2
x=excecute=1

in the above example the first "d" say's tmp is a directory file and after that there are three set of "rwx" in which the first set is for user, the second one is for group and the third is one for others.

permission on a file can be changed by

$ chmod 644
6=read and write permission on the file to users
4=only read permission on the file to group
4=only read permission on the file to others.

for more information use "man"
$man chmod
Reply With Quote
  #4 (permalink)  
Old 03-07-2007
Junior Member
 
Join Date: Jan 2007
Location: India
Posts: 9
Thanks: 0
Thanked 3 Times in 3 Posts
chandan1008 is on a distinguished road
Re: Share your knowledge about UNIX permission

chown and chgrp are two more of that kind.
Reply With Quote
  #5 (permalink)  
Old 02-12-2009
Junior Member
 
Join Date: Feb 2009
Location: pune
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
arun verma is on a distinguished road
Re: Share your knowledge about UNIX permission

athor type chmod
Reply With Quote
Reply

  Geeks Talk > Operating Systems > Unix/Linux

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Signal Handling in UNIX blenda Unix/Linux 2 02-08-2007 02:17 AM


All times are GMT -4. The time now is 11:07 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved