Linux Basic commands in Telugu
Hey guys,Here we are going to Linux in Telugu with youtube videos
1.Course outline
▪ Basic Commands
▪ Creating and Managing Files & Directories
▪ User Administration
▪ Creating Standard Partitions and LVM
▪ Files & Directory Permissions. Access Control List
▪ Package Management (RPM & YUM)
▪ Installing and Configuring NIC Cards
▪ Creating Static IP Address
▪ Firewalld Vs IP Tables
▪ Troubleshooting and Breaking Forgotten Root user password
Hey guys,Here we are going to Linux in Telugu with youtube videos
1.Course outline
▪ Basic Commands
▪ Creating and Managing Files & Directories
▪ User Administration
▪ Creating Standard Partitions and LVM
▪ Files & Directory Permissions. Access Control List
▪ Package Management (RPM & YUM)
▪ Installing and Configuring NIC Cards
▪ Creating Static IP Address
▪ Firewalld Vs IP Tables
▪ Troubleshooting and Breaking Forgotten Root user password
2. Linux Basic Commands
Here,we are discussing about mostly used commands in Linux
1. #date command
using date command we check the date of the our Linux machine
2.#clear command (clear your screen)
By using clear command we can clear whole screen
3.#cal command
By using cal command we can see calendar
4.#cd command (Change directory)
By using cd command we can navigate one directory to another directory
Example : cd root/home for this command we can move to home directory
#~ home directory
#cd ../ (back to previews step)
#cd ../../../ Back to 3 steps
#cd - (last path
5.ls command (List files and directories)
By using ls command e can check list of directories and files
ls
ls -l (Show detailed list of files)
ls -ltr (shows files based date )
ls -ltr (shows files based date )
7.pwd command
By Using pwd we can check present working directories,default is shows home directory.
Who am i
By using Who am i command we can check current working user(logged)
By using Who am i command we can check current working user(logged)
8.mkdir
#mkdir command is used to create files or directories
Example:
mkdir filename
mkdir 6hills
9.touch command
This command is used to create files without data
Exaple:
touch note.txt
we can also create multiple files at time,it is very simple just follow
touch note.{1....9}.txt
10.cat command
#cat command is used to create files with data
Example:
cat>test2
"Control + d" write text
11.rm command
#rm command is used to remove(delete) files.
Example:
rm filename
rm 7hills (to remove files)
rm -r (to remove directory)
rm -f 7hills (to forcefully remove files or directories)
rm 7hills* (to remove multiple files at the same time which have same name)
12.cp command
#cp command is used to copy files one location to another location.
Example:
#cp source destination
#cp 7hills /tmp/
13.history command
#history command is used to see history of commands which are we executed.
14.useradd command
#user add command is used to create new user
Example:
#useradd username
#useradd shekhar
15.userdel command
#userdel command is used to delete user.
Exmple:
#userdel username
#userdel shekhar
2. Linux Basic Commands
Here,we are discussing about mostly used commands in Linux
1. #date command
using date command we check the date of the our Linux machine
2.#clear command (clear your screen)
By using clear command we can clear whole screen
3.#cal command
By using cal command we can see calendar
4.#cd command (Change directory)
By using cd command we can navigate one directory to another directory
Example : cd root/home for this command we can move to home directory
#~ home directory
#cd ../ (back to previews step)
#cd ../../../ Back to 3 steps
#cd - (last path
5.ls command (List files and directories)
By using ls command e can check list of directories and files
ls
ls -l (Show detailed list of files)
ls -ltr (shows files based date )
ls -ltr (shows files based date )
7.pwd command
By Using pwd we can check present working directories,default is shows home directory.
Who am i
By using Who am i command we can check current working user(logged)
By using Who am i command we can check current working user(logged)
8.mkdir
#mkdir command is used to create files or directories
Example:
mkdir filename
mkdir 6hills
9.touch command
This command is used to create files without data
Exaple:
touch note.txt
we can also create multiple files at time,it is very simple just follow
touch note.{1....9}.txt
10.cat command
#cat command is used to create files with data
Example:
cat>test2
"Control + d" write text
11.rm command
#rm command is used to remove(delete) files.
Example:
rm filename
rm 7hills (to remove files)
rm -r (to remove directory)
rm -f 7hills (to forcefully remove files or directories)
rm 7hills* (to remove multiple files at the same time which have same name)
12.cp command
#cp command is used to copy files one location to another location.
Example:
#cp source destination
#cp 7hills /tmp/
13.history command
#history command is used to see history of commands which are we executed.
14.useradd command
#user add command is used to create new user
Example:
#useradd username
#useradd shekhar
15.userdel command
#userdel command is used to delete user.
Exmple:
#userdel username
#userdel shekhar
Comments
Post a Comment