[[
linux:commands
]]
SQLS Wiki
Trace:
»
syslog-ng_to_mysql
»
understand_zdb_-s_or_-dd_output
»
update_motorola_slvr_l7_with_amarok
»
personality_traits
»
things_i_want
»
linux_advanced_routing_traffic_control
»
photography
»
samba
»
website_design
»
commands
Change permissions recursively on all files
find ./ -type f -exec chmod 660 {} \;
Change permissions recursively on all directories
find ./ -type d -exec chmod 770 {} \;
linux/commands.txt · Last modified: 2009/08/07 08:54 by bruce
Except where otherwise noted, content on this wiki is licensed under the following license:
CC Attribution-Noncommercial-Share Alike 3.0 Unported