#ubuntu
Read more stories on Hashnode
Articles with this tag
Day 6 :- TASK ā¢ Understanding File Permissions: Create a simple file and run ls -ltr to see the details of the files. Refer to Notes Each of the...
The grep, find, awk, and sed commands are powerful tools in the Ubuntu command line interface (CLI) used for searching, processing, and manipulating...
ā¢ How to Connect One EC2 Instance to Another EC2 Instance In this guide, we'll walk through the steps to connect one EC2 instance to another using...
ā¢ How to add User ? sudo adduser #user_name ā¢ How to Check User added or not ? sudo cat /etc/passwd ā¢ How to add password ? sudo passwd...
ā¢ list the sub directories and files avaiable in the present directory ls ā¢ list the files and directories in long list format with extra...