# Uygulama: Temel linux komutları

| Print working directory                                             |   |
| ------------------------------------------------------------------- | - |
| Change your directory as /usr/                                      |   |
| Change your directory as parent directory                           |   |
| List all file in /usr directory                                     |   |
| List hidden file and the detailed specifications  of /usr directory |   |
| Create  folder1 and folder 2 into your home directory               |   |
| Create  folder1 and folder 2 into your home directory               |   |
| Create folder3 into folder1                                         |   |
| Create  file1.txt and file2.txt into folder1                        |   |
| Create file3.txt into folder3                                       |   |
| Create soft link link\_file1 for file1.txt                          |   |
| Delete file1.txt                                                    |   |
| Delete folder1                                                      |   |
| Delete  link\_file1                                                 |   |
| Show content of /etc/passwd                                         |   |
| Copy  /etc/rc.d directory into your home directory                  |   |
| Move rc.d file into folder2                                         |   |
| Rename rc.d file as renamed\_rc.d                                   |   |
| Change renamed\_rc.d permissions as rwxr-xr-x                       |   |
| Show disk usage info                                                |   |
| Show current running process                                        |   |
| Show all process                                                    |   |
| Run firefox and kill the process                                    |   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ncarkaci.gitbook.io/ethical-hacking/linux-and-python-101/linux-temel-komutlar-and-python-temel-kavramlar/uygulama-temel-linux-komutlari.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
