Initialize Ubuntu OS examples

This commit is contained in:
Timothyxxx
2024-01-25 16:18:10 +08:00
parent f194fb8d75
commit 0c34fccc15
22 changed files with 427 additions and 11 deletions

View File

@@ -0,0 +1,17 @@
{
"id": "cc9d4f34-1ca0-4a1b-8ff2-09302696acb9",
"snapshot": "os",
"instruction": "I need you to execute a specific process or script from the terminal and ensure that it continues to run independently, even after the terminal session is terminated. This involves redirecting the process's output to a file and disassociating the process from the terminal session's control.",
"source": "https://superuser.com/questions/178587/how-do-i-detach-a-process-from-terminal-entirely",
"trajectory": "trajectories/",
"related_apps": [
"os"
],
"evaluator": {
"func": "",
"result": {
},
"expected": {
}
}
}