Sometimes you need to know what your server is serving. That is, what applications or programs are running on the server that are accessed over the network and what port are they listening on. I’m used to netstat on Windows, lets give that a try [root@homeserver hassconfig]# netstat -a -bash: netstat: command not found OK, […]
What are the intended purposes of the standard linux folders
Those of us new to Linux have a lot to learn. One of the questions which may hit you early on is what are the intended purposes of the standard linux folders? Whats a var and what should i put in my bin? [root@homeserver ~]# cd / [root@homeserver /]# ls bin boot data dev etc […]