Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Operating Systems > Unix > Unix Commands

Unix Commands Unix Commands Interview Questions, Learn by sharing Unix Commands Interview Questions asked in various Companies, Get Career advices, Interview Procedures from Unix Commands experts, Post asked Unix Commands Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 05-16-2008, 03:11 PM
Senior Member
 
Join Date: Feb 2008
Posts: 256
Default In Unix file permissions what does the second field denotes




In Unix file permissions what does the second field denotes?
Reply With Quote
  #2 (permalink)  
Old 06-06-2008, 07:19 AM
Member
 
Join Date: Jun 2008
Posts: 38
Default

Unix file permissions: rwxrwxrwx
If you mean 4th, 5th & 6th char in above permission string, then it means the permissions(read, write, execute) applicable for the group on the file. This group name is displayed in the output of the command, 'ls -l', 4th column.
Reply With Quote
  #3 (permalink)  
Old 06-25-2008, 09:36 AM
Member
 
Join Date: May 2008
Location: Bangalore
Posts: 32
Send a message via Yahoo to pavanb
Default

-rwxrwxrwx
Here 2nd position i.e. w denotes write. The person has permission to edit file.
If you are talking about 2nd group i.e 2nd rwx then it stands for group. It includes those users who are part of the group to which file owner belongs
Reply With Quote
Reply

Tags
operating systems, unix commands questions, unix interview questions

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 On