Linux system and network administration
Linux system and network administration
administration
By Kibreab A.
Linux GUI
joe
Joe schmo
Userdel -r
Lisa Simpson
groupadd
1) ifconfig
ifconfig (interface configurator) command is use to initialize
an interface, assign IP Address to interface and enable or
disable interface on demand. With this command you can
view IP Address and Hardware / MAC address assign to
interface and also MTU (Maximum transmission unit) size.
netstat is one of the most basic network service debugging tools, telling
you what ports are open and whether any programs are listening on
ports.
Netstat –r information about routing table
Linux command for Displaying service name with
their PID (process ID )number, using option
netstat -tp will display “PID/Program Name”.
NSLOOKUP Command
nslookup is a command-line administrative tool for testing and
troubleshooting DNS servers (Domain Name Server).
It is used to query specific DNS resource records (RR) as well.
Most operating systems comes with built-in nslookup feature.