Essential Linux Commands for Beginners: Master the Basics in Minutes
Linux Basic commands :
1. cat(Concatenate) command is used to create a file and display and modify the contents of a file
To create a new file in linux
To display the content in linux
To append the data in the already existing file in linux
Create a file using vi EDITOR in linux
how to close VIM editir without saving data in linux
To create multiple files at same time using touch command in linux
Creating Directory in linux
open the existing directory in linux
Copying files into directory in linux
Copying directories from one location to other in linux
Moving files from one location to other (Cut and Paste) in linux
Moving a Directory from one location to other in linux
Renaming a File in linux
Renaming a Directory in linux
Removing a File in linux
Removing an Empty directory in linux
Removing a directory with files or directories inside in linux
Create a file using vi EDITOR:
3. vi filename( to add/modify/delete the data in the file)
press i
insert/add the data
press ESC
type :wq and click enter
How to close VIM editir without saving data?
3.1. vi filename
press i
insert/add the data
press ESC
type :q! and click enter
To create multiple files at same time using touch command:
4. touch filename1 filename2 filename3 ( to create multiple files at a time)
#touch sun mon tue
Creating Directory
5. mkdir directoryname ( to create a directory )
#mkdir sita
open the existing directory
6. cd directoryname
#cd sita
Copying files into directory
7. cp source filename destination directory (in which to paste the file)
#cp file1 ktdir
Copying directories from one location to other
8. cp –rvfp dir name destination name
#cp –rvfp ktdir2 ktdir
Moving files from one location to other (Cut and Paste)
9. mv filename Destination directory
#mv file2 ktdir
Moving a Directory from one location to other
10. mv dir name destination dir name
#mv ktdir ktdir2
Renaming a File
11. mv old name new name
#mv ktfile kernelfile
Renaming a Directory
12. mv old name new name
#mv ktdir kerneldir
Removing a File
13. rm filename or #rm –f filename (without prompting)
#rm kenrneldir
Removing an Empty directory
14. rmdir dirname
#rmdir kerneldir
Removing a directory with files or directories inside
15. A dir which is having some contents inside it cannot be removed by rmdir command.
There are two ways to delete the directory with contents.
1. Remove the contents inside the directory and then run rmdir command
2. Run #rm –rf dirname (where 'r' stands for recursive and 'f' stands for forcefully)
linux selinux,red hat,red hat linux,red hat enterprise linux,mkdir,mkdir command in linux,mkdir command,
how to use mkdir command,touch command,linux touch command,touch command in linux,how to edit touch command permissions in linux,how to save a file in vim / vi and quit the editor,vi command,vi editor,neovim,cp linux command,cp command,mv linux command,mv command,rmdir,rmdir command,rm command,linux rm command,cd command,
linux commands,power shell,linux online terminal,linux basic commands in telugu,linux basic commands for beginners,linux basic commands for devops,linux basics,linux basics for interview,linux,linux for devops,linux operating system,linux uses in telugu,linux for beginners 2023,linux operating system full course,linux administrator,linux mint,linux vs windows,linux gaming,linux ubuntu,linux arch,arch linux,arch linux install,how to install linux on windows 11,how to install linux,best linux distro 2024
#LinuxFileManagement #TechTutorial #LinuxCommands #ViEditor #FileCreation #DirectoryManagement #LinuxTips #TechSkills #LinuxMastery #FileRemoval #arn
#LinuxCommands
#LinuxBasics
#LinuxTutorial
#CommandLine
#LinuxTraining
interview questions telugu,linux basic commands playlist,linux basic commands,linux basic commands شرح,Introduction To Basic Linux Commands | Cat Touch Mkdir Cp Mv Rm,Linux Commands Tutorial,Basic Linux Commands,Linux Terminal Guide,Beginner Linux Commands,Linux Command Line,Linux Shell Basics,Linux Navigation Commands,Linux CLI Tutorial,Essential Linux Tools,Linux Command Examples,Essential Linux Commands for Beginners: Master the Basics in Minutes,introduction of linux tutoril in telugu,linux 100 commands, linux tutorial for beginners in telugu, linux in telugu, linux telugu, m prashant, linux commands telugu, linux for beginners telugu, linux telugu me, linux tutorial telugu, linux basics telugu, linux command telugu, master linux telugu, linux course telugu, linux in one shot telugu, linux in one video telugu, linux zero to hero telugu, learn linux in telugu,What is linux for Beginners, Understand Linux Distributions & Kernel,The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners,Linux, learn, commands, top linux commands, cmd, ip address, linux for beginners, linux tutorial for beginners, linux intro, learn linux, linux course, best linux commands, top linux terminal commands, top terminal commands
Видео Essential Linux Commands for Beginners: Master the Basics in Minutes канала ARN Tech Trainings
1. cat(Concatenate) command is used to create a file and display and modify the contents of a file
To create a new file in linux
To display the content in linux
To append the data in the already existing file in linux
Create a file using vi EDITOR in linux
how to close VIM editir without saving data in linux
To create multiple files at same time using touch command in linux
Creating Directory in linux
open the existing directory in linux
Copying files into directory in linux
Copying directories from one location to other in linux
Moving files from one location to other (Cut and Paste) in linux
Moving a Directory from one location to other in linux
Renaming a File in linux
Renaming a Directory in linux
Removing a File in linux
Removing an Empty directory in linux
Removing a directory with files or directories inside in linux
Create a file using vi EDITOR:
3. vi filename( to add/modify/delete the data in the file)
press i
insert/add the data
press ESC
type :wq and click enter
How to close VIM editir without saving data?
3.1. vi filename
press i
insert/add the data
press ESC
type :q! and click enter
To create multiple files at same time using touch command:
4. touch filename1 filename2 filename3 ( to create multiple files at a time)
#touch sun mon tue
Creating Directory
5. mkdir directoryname ( to create a directory )
#mkdir sita
open the existing directory
6. cd directoryname
#cd sita
Copying files into directory
7. cp source filename destination directory (in which to paste the file)
#cp file1 ktdir
Copying directories from one location to other
8. cp –rvfp dir name destination name
#cp –rvfp ktdir2 ktdir
Moving files from one location to other (Cut and Paste)
9. mv filename Destination directory
#mv file2 ktdir
Moving a Directory from one location to other
10. mv dir name destination dir name
#mv ktdir ktdir2
Renaming a File
11. mv old name new name
#mv ktfile kernelfile
Renaming a Directory
12. mv old name new name
#mv ktdir kerneldir
Removing a File
13. rm filename or #rm –f filename (without prompting)
#rm kenrneldir
Removing an Empty directory
14. rmdir dirname
#rmdir kerneldir
Removing a directory with files or directories inside
15. A dir which is having some contents inside it cannot be removed by rmdir command.
There are two ways to delete the directory with contents.
1. Remove the contents inside the directory and then run rmdir command
2. Run #rm –rf dirname (where 'r' stands for recursive and 'f' stands for forcefully)
linux selinux,red hat,red hat linux,red hat enterprise linux,mkdir,mkdir command in linux,mkdir command,
how to use mkdir command,touch command,linux touch command,touch command in linux,how to edit touch command permissions in linux,how to save a file in vim / vi and quit the editor,vi command,vi editor,neovim,cp linux command,cp command,mv linux command,mv command,rmdir,rmdir command,rm command,linux rm command,cd command,
linux commands,power shell,linux online terminal,linux basic commands in telugu,linux basic commands for beginners,linux basic commands for devops,linux basics,linux basics for interview,linux,linux for devops,linux operating system,linux uses in telugu,linux for beginners 2023,linux operating system full course,linux administrator,linux mint,linux vs windows,linux gaming,linux ubuntu,linux arch,arch linux,arch linux install,how to install linux on windows 11,how to install linux,best linux distro 2024
#LinuxFileManagement #TechTutorial #LinuxCommands #ViEditor #FileCreation #DirectoryManagement #LinuxTips #TechSkills #LinuxMastery #FileRemoval #arn
#LinuxCommands
#LinuxBasics
#LinuxTutorial
#CommandLine
#LinuxTraining
interview questions telugu,linux basic commands playlist,linux basic commands,linux basic commands شرح,Introduction To Basic Linux Commands | Cat Touch Mkdir Cp Mv Rm,Linux Commands Tutorial,Basic Linux Commands,Linux Terminal Guide,Beginner Linux Commands,Linux Command Line,Linux Shell Basics,Linux Navigation Commands,Linux CLI Tutorial,Essential Linux Tools,Linux Command Examples,Essential Linux Commands for Beginners: Master the Basics in Minutes,introduction of linux tutoril in telugu,linux 100 commands, linux tutorial for beginners in telugu, linux in telugu, linux telugu, m prashant, linux commands telugu, linux for beginners telugu, linux telugu me, linux tutorial telugu, linux basics telugu, linux command telugu, master linux telugu, linux course telugu, linux in one shot telugu, linux in one video telugu, linux zero to hero telugu, learn linux in telugu,What is linux for Beginners, Understand Linux Distributions & Kernel,The 50 Most Popular Linux & Terminal Commands - Full Course for Beginners,Linux, learn, commands, top linux commands, cmd, ip address, linux for beginners, linux tutorial for beginners, linux intro, learn linux, linux course, best linux commands, top linux terminal commands, top terminal commands
Видео Essential Linux Commands for Beginners: Master the Basics in Minutes канала ARN Tech Trainings
linux basic commands in telugu linux basic commands for beginners linux basic commands for devops linux basics linux basics for interview linux linux for devops linux operating system linux uses in telugu linux for beginners 2023 linux operating system full course linux administrator linux mint linux vs windows linux ubuntu linux arch arch linux arch linux install how to install linux on windows 11 how to install linux best linux distro 2024 online linux
Комментарии отсутствуют
Информация о видео
18 сентября 2024 г. 17:51:13
00:56:16
Другие видео канала