Zusammenfassung der Ressource
Frage 1
Frage
Preemptive means the rules governing which processes receive the CPU and for how long is determined by?
Antworten
-
Process
-
Process scheduler
-
Kernel
-
Tickless clock
Frage 2
Frage
When running in kernel mode, the CPU can access both user and kernel memory space.
Frage 3
Frage
A [blank_start]________[blank_end] link is the name for a symbolic link which references a file that doesn't exist
Frage 4
Frage
The SUSv3 specified portable filename character set has how many characters?
Frage 5
Frage
It's recommended that a filename should not contain the [blank_start]_[blank_end] character because it may be mistaken for command options.
Frage 6
Frage
An execve() call destroys the existing memory segments of the process, these are?
Frage 7
Frage
C programs can access the environment variables of a process by what?
Antworten
-
char **environ
-
char **getenv
-
char **environment
-
char **getconf
Frage 8
Frage
What are the outcomes of inheriting the environment after an exec() family of calls?
Frage 9
Frage
Resource limits set by setrlimit() are inherited by a new child process created via fork().
Frage 10
Frage
The type of linking where the linker extracts the required objects from modules and copies these into the resulting executable is called [blank_start]______[blank_end] linking.
Frage 11
Frage
The type of linking where the linker writes a record into the resulting executable to indicate that at run time the executable needs a library is called [blank_start]______[blank_end] linking.
Frage 12
Frage
Threads share the same program code and all memory segments except?
Frage 13
Frage
A process controlling terminal receives this signal if the terminal is disconnected (e.g. window closed)
Antworten
-
SIGHUP
-
SIGTERM
-
SIGTSTP
-
SIGSTOP