-
Notifications
You must be signed in to change notification settings - Fork 0
arturbmallmann/atividade1
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Atividade 1 - Sistemas Operacionais Alunos: Artur Bernardo Mallmann (12100735) & Lucas Berri Cristofolini (12100757) Chamadas: unistd.h - pid_t setsid(void); unistd.h - int setpgid(pid_t pid, pid_t pgid); unistd.h - pid_t getpgrp(void); termios.h - pid_t tcgetpgrp ( int fd ); termios.h - int tcsetpgrp ( int fd, pid_t pgrpid ); Instruções para compilar: make caso der pau: make clean Comandos suportados: setsid [comando] setpgid [pid] [gid] getpgid [pid] tcgetpgrp [fd] tcsetpgrp [fd] [gid] help exit obs: gid = id do grupo pid = id do processo fd = terminal
About
Trabalho de SO na UFSC
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published