file security/protection


 
Thread Tools Search this Thread
Operating Systems Linux file security/protection
# 8  
Old 05-13-2011
What are the permissions (and ownership) on the directory the file is in?
# 9  
Old 05-15-2011
For most linux systems:

chown myusername:apache file
chmod u+rw file
chmod g+r file
chmod o-rwx file
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

File Protection and Security

Since I'm just new in unix, can I ask the experts on how I can develop or enhance a unix utility in protecting or securing a file using scripts. Im thinking chmod, is it enought? or are there other utilities in unix? My algorithm is like there will be a menu that shows a list of types of... (2 Replies)
Discussion started by: imjustjong
2 Replies
Login or Register to Ask a Question