Devops
Basic Linux commands with ssh and scp(scp is nothing but coping files from local to server and vice versa)
Linux commands
1.Copying or move is same is used to move one folder to another uses the command:
mv ../filename.txt .
or
cp../filename.txt .
ubuntu@ip-172-31-3-108:~/tws$ mv ../merifile.txt .
Nano is used to write the content in the file
nano file...
90daysofdevops.hashnode.dev2 min read