Skip to content

petrubraha-classes/class-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems

  • lab01: cut grep stat

  • lab02: wc find ps

  • lab03: chained commands

  • lab06:

    • get file type - st.st_mode & S_IFMT
    • get file octal permissions - st.st_mode & 0777
    • get file symbolic permissions - S_IRUSR & st.st_mode
    • dirent
  • test2026:

    • signal
    • mmap
    • fork
    • exec
    • pipe

About

Assignements in operating systems class

Topics

Resources

Stars

Watchers

Forks

Contributors