How to see unused port number in Solaris?
Answers were Sorted based on User's Feedback
Answer / kiruthiga.s
cat /etc/services in this file all port details are listed.
or
netstat |grep-i nonlisten
| Is This Answer Correct ? | 5 Yes | 3 No |
Answer / kiruthiga.s
/etc/services will have all the port details or netstat |
grep nonlisten
| Is This Answer Correct ? | 0 Yes | 2 No |
Give Command that will move a single file called "unix.txt"
Which command will you use to change the permissions on file?
What is .sh file?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
How do you find path of a directory? Give its syntax.
how to sort the content of the file based on numeric values
How to get the last ten lines of a file using awk utility?
What command will bring user back to their home directory in UNIX?
How do I open a port?
Can you write a command to erase all files in the current directory including all its sub-directories?
what does the command 'wc' do?
how to remotely move a file ??? that mean how to move a file one machine to another machine ???