Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cs251_group00
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BHARAT KHANDELWAL
cs251_group00
Commits
99a7d20d
Commit
99a7d20d
authored
Aug 23, 2016
by
PURAV GANDHI
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme inlab3
parent
35b3c09e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
50 additions
and
0 deletions
+50
-0
readme3.txt
readme3.txt
+50
-0
No files found.
readme3.txt
0 → 100644
View file @
99a7d20d
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment