Posts

Showing posts from October, 2025

Operating Systems OS Lab PCCSL407 Semester 4 KTU BTech CS 2024 Scheme - Dr Binu V P

 About Me Scheme and Syllabus Learn about the Linux Operating system Before You Start Learn The Operating System Theory Experiments 1.Familiarisation of Basic commands for OS programming     ps      top     strace      fuser      time     gdb     strings     objdump     nm     file     od     xxd 2.Use /proc file system to gather basic information about your machine: (a) Number of CPU cores (b) Total memory and the fraction of free memory (c) Number of processes currently running. (d) Number of processes in the running and blocked states. (e) Number of processes forked since the last bootup. How do you compare this value with the one in (c) above? (f) The number of context switches performed since the last bootup for a particular process. 3. Measuring process execution time Write a simple program to print the system time and exe...

Operating Systems Lab PCCSL407 Scheme and Syllabus

  OPERATING SYSTEMS  LAB (Common to  CS/CD/CM/CR/CA/AI/CB/CN/CC/CU/CI/CG)   Course Code PCCSL407 CIE Marks 50 Teaching Hours/Week (L: T:P: R) 0:0:3:0 ESE Marks 50 Credits 2 Exam Hours 2Hrs.30 Min. Pre requisites(if any) GYEST204 Course Type Lab   Course  Objectives: 1. To familiarize various Linux commands related to Operating systems. 2. To give practical experience for learners on implementing different functions of Operating systems such as process management, memory management, and disk management. Expt. No. Experiments 1 Familiarisation with basic Linux programming commands: ps,strace,   gdb,strings, objdump, nm, file, od, xxd, time, fuser, top         2 Use/ proc...