Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

1. Linux Notes – Comprehensive Study Guide

Rating
-
Sold
-
Pages
20
Grade
A+
Uploaded on
10-06-2025
Written in
2024/2025

1. Linux Notes – Comprehensive Study Guide Title: Complete Linux Notes for Beginners to Advanced – Commands, Shell Scripting, System Admin, and More Description: This document provides a complete summary of Linux Operating System concepts ideal for students and professionals. It covers: Basic to advanced Linux commands Shell scripting with examples File system hierarchy and permissions Process management, I/O redirection, cron jobs System administration and networking basics Perfect for students in Computer Science, IT, or preparing for certifications like RHCSA/RHCE. 2. Machine Learning (ML) – Crash Course Notes Title: Complete Machine Learning Notes – Algorithms, Math, Python Code, and Real-World Examples Description: This study document contains well-structured notes on Machine Learning, ideal for university students and beginners. It includes: Overview of supervised & unsupervised learning Key algorithms: Linear/Logistic Regression, Decision Trees, SVM, KNN, K-Means Feature scaling, model evaluation, cross-validation Mathematical intuition (derivations, cost functions) Python code snippets for each algorithm Great for quick revision or understanding ML basics before a project or exam. 3. Probability and Statistics – Exam-Focused Notes Title: Probability and Statistics Notes – Definitions, Theorems, Formulas, and Solved Problems Description: This document is a complete and clear summary of key topics in Probability and Statistics. Best suited for engineering, CS, data science, and math students. Covers: Descriptive statistics: mean, median, mode, variance Probability distributions (Binomial, Poisson, Normal) Hypothesis testing and confidence intervals Correlation, regression, and sampling methods Solved numerical problems for practice Useful for both theory revision and numerical problem-solving.

Show more Read less
Institution
Course

Content preview

Editing Text Files from Shell Prompt
1. Normal Mode Commands (Navigation, Editing, and Operations in
Normal Mode)

Command Description
yy Copy line
dd Delete line
p Paste line
/text Search text
/hostname Search for "hostname"
n Jump to next search occurrence


2. Insert Mode Commands (Commands to Enter Insert Mode and Work in
Insert Mode)

Command Description
i Enter insert mode at cursor
a Enter insert mode after cursor
o Open new line and enter insert mode
Text entry (typing directly) Type text after entering insert mode

3. Command Mode Commands (Commands After Pressing : in vi)

Command Description
:w Save file
:q Quit editor
:wq Save and quit
:q! Quit without saving
:%s/Linux/UNIX/g Replace "Linux" with "UNIX" globally



4. View Mode Commands (For Viewing, Searching, or Navigating)

Command Description
/text Search for text
/hostname Search for "hostname"
n Jump to next search occurrence


1. Other Editors (nano - not mode-based like vi)

, Command Description
nano filename.txt Open file in nano
Ctrl + O Save file in nano
Ctrl + X Exit nano
Ctrl + K Cut text
Ctrl + U Paste text
Ctrl + W Search text
Ctrl + G Show help menu


2. General File Viewing (Outside Editors)

Command Description
cat /etc/myconfig.conf View file content


Command Description

nano filename.txt Open file in nano

Ctrl + O Save file in nano

Ctrl + X Exit nano

Ctrl + K Cut text

Ctrl + U Paste text

Ctrl + W Search text

Ctrl + G Show help menu

vi filename.txt Open file in vi

i, a, o Enter insert mode

Esc Exit insert mode

:w Save file

:q Quit editor

:wq Save and quit

:q! Quit without saving

yy Copy line

dd Delete line

, Command Description

p Paste line

/text Search text

/hostname Search for "hostname"

n Jump to next search occurrence

:%s/Linux/UNIX/g Replace "Linux" with "UNIX" globally

cat /etc/myconfig.conf View file content




Process Management
1. Viewing Processes
Command Description Example Output
PID TTY TIME CMD
Displays a snapshot of currently
ps ps 1234 pts/1 00:00:00 bash
running processes 5678 pts/1 00:00:00 ps

ps -aux Shows a detailed list of all running ps -aux USER PID %CPU %MEM VSZ
RSS TTY STAT START TIME
processes
COMMAND
hint root 1 0.0 0.1 16900 1700
? Ss 10:00 0:00
USER The user who owns the process (e.g., root, user1).
/sbin/init
Process ID – A unique number assigned to each
PID
running process.
user 2345 0.1 0.3 37200
The percentage of CPU usage by the process 3600 pts/0 R+ 10:05 0:00
%CPU ps -aux
(higher values = CPU-intensive).
The percentage of physical memory (RAM) usage
%MEM
by the process.
Total virtual memory (in KB) allocated to
VSZ (Virtual
the process, including code, data, and
Memory Size)
shared libraries.
Actual physical memory (RAM) used by
RSS (Resident
the process, excluding swapped-out
Set Size)
memory.
The terminal (TTY) associated with the process (? if
TTY
no terminal is assigned).
The current state of the process:
R = Running
S = Sleeping
STAT (Process State)
Z = Zombie
T = Stopped
D = Uninterruptible Sleep
START The time the process started running.
TIME The total CPU time the process has consumed

Written for

Course

Document information

Uploaded on
June 10, 2025
Number of pages
20
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

$12.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
nafeesroshanbaiga

Get to know the seller

Seller avatar
nafeesroshanbaiga SATHYABAMA UNIVERSITY
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
10 months
Number of followers
0
Documents
8
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions