LINUX / APACHE FAQ
Few of LINUX / APACHE FAQs that you could find helpful and handy at times.
Question : Write down linux command to list all files in directory
Question : Write down linux command to copy file "A" from folder "FA" to folder "FB"
Question : What permission(s) needed for a folder so that user can upload file through PHP Script ?
Question : rwxrwxrwx = 777 Then r-xrw--rx = ?
Question : rwxr-xr-- = ?
Question : Explain following HTTP status codes ?
- 404
- 500
- 301
- 403
Question : Write down the command to restart the Apache Server ?
Question : Which is the configuration file of Apache ?
Question : Which is the Default Port on which Apache Server runs ?
Question : Write a command to change permissions of folder and its subfolders to 777 ?
Question : Write down Linux command to move the file "A" from folder "FA" to "FB" ?
Question : Write down Linux command to list files from a directory pagewise ?
Question : What is default port for SSL ?
Question : How can an user switch to superuser mode from shell ?
Question : Write Linux command to change owner of all files / folders inside folder "FA" to "myuser" ?
Question : If we do not have access to httpd . conf, which other file placed in the root folder of a website can also be used to make changes to the PHP variable 'upload_max_filesize' ?
Question : Which directive in httpd . conf can be used to set index . php as default file in root folder ?
Add new comment