adspace
How to know the ip address of user system?
Answer Posted / Manoj Kumar Meena
In a Unix-like operating system, you can use the command 'hostname -I' or 'ip addr show' to display the IP address of your system.
Post New Answer View All Answers
How can you edit a large file without opening it in unix?
988