Show running-config
You can use the ip a command in Linux to display the current network configuration. This command shows detailed information about all network interfaces, including IP addresses, subnet masks, and link status. Alternatively, you can also use the ifconfig command, though it is considered deprecated in favor of the ip command on many modern distributions.
show version
display command help to display the single current record in a database where as list command helps to display all the current record which are present in a data base.
UNIX command to display the current datedate +'%d/%m/%Y'Niraj sharma
In DOS, you can use the date command to display or set the current date, and the time command to display or set the current time. To see the current date and time along with the weekday, you can use the echo command combined with the %date% and %time% environment variables. For example, you can enter echo %date% %time% to display the current date and time.
On Windows the command is IPCONFIG. That displays the configuration, though IPCONFIG /ALL displays everything. To do a DHCPREFRESH, type IPCONFIG /RENEW.
The command used to display the commands that configure the routing protocol on a router is show running-config. This command provides a comprehensive view of the current configuration, including any routing protocols like OSPF, EIGRP, or BGP. To focus specifically on routing protocols, you can also use show ip protocols, which summarizes the active routing protocols and their settings.
pwdThis is short for "Print current directory."
The command you are looking for is "ls"Also the "dir" command works
You can use the pwd command in Unix-like operating systems to display the pathname of the current working directory. In Windows Command Prompt, you can use the cd command without any arguments to achieve the same result. Additionally, in PowerShell, the command Get-Location can be used to show the current directory.
Use the command: ls z* for those files in your current working directory.
Try: ifconfig, or ip addr show, or ip route show