
Congratulations to this weeks geek Matt. The final geek of the week questions are…
1. What does the chown command do?
2. What is a cronjob?
3. What does the updatedb command do?
4. What is the difference between the ll and ls command?
5. What command would use to restart Apache?





Matt
February 17, 2008 9:35 pm
1. Changes the ownership on a file or folder.
2. A command or set of commands that reoccurs on a set pattern.
3. Updates the database of files for locate.
4. “ll” lists information about the files and dirs, and “ls” just lists the files and dirs.
5. httpd -k restart OR apachectl -k restart OR without the -k’s. :P