Are you interested in Joining program? Contact me.
Faculty having 31 years of experience in TOP MNCs on Banking, Insurance, Sales
etc. domains
In-depth Training with real time use cases
Real Time Project
Practical Lab for every concept
Internship facility
Interview Preparation
Work Experience
100% Placement Support
Job Support after placement
Hardware & Software
Know the Keyboard
Why Linux is the 1st
History of Linux
Kernel, Shell, OS
Linux Architecture
Super user and Normal User
Pseudo User
Terminal, Command Prompt
Command and Shell
Traditional Approach
Virtual Machine
uname
whoami
id
who
whatis
man
which
Primary Prompt, Secondary Prompt
date
cal
echo, clear alias, unaries
Create user (useradd) and setting password
Modify user (usermod (-d, -s, u, -l, -g, -G) Ex: usermod -l . For user name change
Delete user (userdel)
Create group (groupadd)
Creating group with specific ID(groupadd -g User addition in group Changing primary and secondary group of user
File Ownership (chgrp, chown)
File Permission (chmod, umask)
ls, wild cards
pwd
cd
file
stat
mkdir
touch
vi
cat, tac, rev
cp, mv
diff
md5sum
split
find
rm, rmdir
Softlink & HardLink (ln)
Filter Utilities
more, less
head, tail
wc
cut
paste
sort
uniq
tr
Pipe ( | )
Redirections (0, 1, 2)
ps, top
sleep, time
Background and foreground
jobs Jobs, fg, bg
Linux Scheduler (cron)
nohup
Main Memory status(free)
Disk management (du, df)
grep
sed
awk
Shell Variables and Environment Variables
read
test
Exit status
Command line arguments
Special variables( $0, $1,$2…, $#, $*, $@, $?, $!)
expr, bc
Default value handling
Assigning values to positional parameters
Operators Arithmetic Comparison Logical test
Control Structure (Branching) if-else-f if-elif-else-f Nested-if case
Control Structure (Looping) Select case While loop For loop Day
Function Module
Array