Commit 99a7d20d authored by PURAV GANDHI's avatar PURAV GANDHI

readme inlab3

parent 35b3c09e
Group 00 Shunya
Inlab 3
Honour code :
I pledge on my honour that I have not given or received any unauthorized assistance on this assignment or any previous task.
Bharat Khandelwal (150050001)
Honour code :
I pledge on my honour that I have not given or received any unauthorized assistance on this assignment or any previous task.
Rishabh Shah (150050006)
Honour code :
I pledge on my honour that I have not given or received any unauthorized assistance on this assignment or any previous task.
Purav Gandhi (150050007)
Individual Contributions:-
150050001 : 100%
150050006 : 100%
150050007 : 100%
Task A
Attempted extra credit
Task B
Task B1 meminfo
Task B2 grep -E 'MemTotal|MemFree' meminfo
Task B3 grep -E 'MemTotal|MemFree' meminfo | tr -d [:blank:]
Task B4 grep -E 'MemTotal|MemFree' meminfo | tr -d [:blank:] | cut -d':' -f2
Task C
Subtask C1: ssh bharatk@mars.cse.iitb.ac.in
Subtask C3: ssh -XC bharatk@mars.cse.iitb.ac.in
subl /tmp/lab3_inlab_C3.txt
Task D
Subtask D1: ./infiniteLoop.sh > /dev/null &
Since a process is on the terminal while it requires input therefore we sent the process to background to a device
that doesnt require input hence our terminal is free for user input and next process.
Subtask D4: pkill infiniteLoop.sh
Kills background process given argument by name
Read documentation through man kill
Citations
None
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment