GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Operating System  >  Shell Scripting

 Print  |  
Question:  UNIX Security Mechanisms

Answer: What are the different security mechanisms available in UNIX?


January 01, 2009 02:46:17 #2
 Deepa_0982   Member Since: January 2009    Total Comments: 1 

RE: UNIX Security Mechanisms
 
Unix is having 3 ways of Security Mechanism:

1. By granting or revoking File permissions. Owner or Admin can change permissions to be given to group or others by using chmod command in Unix.

2. Login is restricted using login credetials ( User name and Password ).

3. Password is kept in encrypted format in the file /etc/passwd
     

 

Back To Question