I don’t think most of us need to know Linux, but if you end up managing a system, it’s good to have a little idea of how to get around. This is a short series of posts as I remember the skills I used to have back in university.
There are times you need to execute a bunch of commands as root. Rather than sudo x, sudo y, sudo z, you might just sudo –i to change to root.
For example, I often will do this:
sudo apt-get update sudo apt-get install mssql-server sudo systemctl start mssql-server
I could just run those as root. However, when I’m done, how do I get back to my normal user? It’s been a long time, so I had to look it up. I wrote this post so I’ll remember since I don’t use Linux daily.
Type
Exit
That’s it.
Filed under: Blog Tagged: Linux, syndicated
![]()