Basic Linux A to Z For Devops Engineer How to Work in NANO Editor Video 04 | सीखिये NANO हिंदी में.
“Master the basics of Linux tailored for DevOps enthusiasts! This tutorial demonstrates how to efficiently use the NANO text editor, making coding more accessible. Enhance your Linux skills and streamline development effortlessly in Video 04 of this comprehensive series.”
सीखिये NANO टेक्स्ट एडिटर को हिंदी में सरल और सिंपल भाषा में.
Commands to learn about NANO editor in this video listed below,
Ctrl + G: Press Ctrl and G simultaneously to display the help menu at the bottom of the editor, showcasing various available commands. This menu provides guidance on using Nano.
Ctrl + X: To exit Nano, press Ctrl and X together. If you’ve made changes to the file, it will prompt you to save before exiting.
Ctrl + O: Use Ctrl and O simultaneously to save the current file to disk. After pressing this combination, Nano will prompt for the filename to save.
Ctrl + W: Activate the search function by pressing Ctrl and W together. This command allows you to find a specific string within the file. Enter the term you want to search for after pressing this command.
Ctrl + K: Delete the current line or cut the selected text by pressing Ctrl and K simultaneously.
Ctrl + U: Paste the most recently cut text or line using Ctrl and U together.
Ctrl + C: Show information about the cursor position, including line, column, and character information, by pressing Ctrl and C together.
Alt + A: Mark text for copying or cutting. Press Alt and A simultaneously to mark the text. Use arrow keys to navigate and select the text.
Alt + 6: Copy the selected text. After marking the text using Alt + A, press Alt and 6 together to copy it.
Alt + 4: Unindent the selected block of text or the current line by pressing Alt and 4 together.
Notes:
1)if you are on $ privilege and getting permission error then you have to switch to root mode using command,
su – (it will of course ask you root password, then you can switch to root mode which is #)
2) Alternatively, you could use sudo command each time when you performing any commands and of course to use this command you should also need root password.
$sudo
“Level up your technical expertise with devopsarticle.com. Access exclusive how to guides and resources for mastering DevOps methodologies.”
Click the link below to visit Devops Article,
[ad_2]
source