Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| prints all the system services (if run without arguments. All the services in Fedora are controlled using this command |
|
|
Term
|
Definition
| updates and queries runlevel information for system services |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| wget can follow links in HTML pages and create local versions of remote web sites, fully recreating the directory structure of the original site |
|
|
Term
|
Definition
| archiving utility designed to store and extract files from an archive file (GNU) |
|
|
Term
|
Definition
| list, test, and extract compressed files in a ZIP archive |
|
|
Term
|
Definition
| run a shell with substitute user and group ids |
|
|
Term
|
Definition
| create a new PostgreSQL database cluster |
|
|
Term
|
Definition
| A terminal which enables you to type in queries interactively, issue them to PostgreSQL and see the query results |
|
|
Term
|
Definition
| create a new PostgreSQL database |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| define a new database role - alias for create role |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
| used to change the owner of a file (can usually only be done by the superuser) |
|
|
Term
|
Definition
| used to control user permissions to a file |
|
|
Term
|
Definition
| changes security context (changes the SELinux context for files |
|
|
Term
|
Definition
| will update teh rules in SELinux and allow Apache (httpd) to connect to the network |
|
|
Term
| grant all on "table" (sub " with angled brackets) |
|
Definition
| gives postgres the permission to access everything within the table |
|
|
Term
|
Definition
| gives postgres the permission to access everything within the database |
|
|
Term
|
Definition
| converts ESRI shape files into SQL suitable for insertion into a PostGIS/PostGreSQL database |
|
|
Term
| django-admin.py create superuser |
|
Definition
| creates a superuser within Django's command-line utility for admin. tasks |
|
|