access & edit other Linux files using ssh #coding #linux #terminal
login to root - in your pc [system]
ifconfig - to find out the ip
ssh student@[Target IP]
password [student]
find out the file using -
ls - correct directory
cd - change directory
edit the file using -
nano [file name]
ctrl + x - exit
y (yes to save) ➡️ enter