What is the command to check ports active in UNIX?
Answers were Sorted based on User's Feedback
Answer / manimaran
netstat -a | grep port no.
this will list down all the host which are connected to the particular port
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mudassar
netstat -nlp
or
netstat -nlp |grep processname
| Is This Answer Correct ? | 1 Yes | 1 No |
how to check a file system type
What does the command ' $who | sort –logfile > newfile' do?
What command will bring user back to their home directory in UNIX?
How to copy multiple files and directories into some other directory?
what is the advaantage of each user having its own copy of the shell?
What is the command to find hidden files in the current directory?
What happens when we execute a unix command?
What command is used to replace the existing string with some other?
What UNIX command will control the default file permissions when files are created?
What is the use of tee command?
Which command is used to kill the last background job?
Give the command to display space usage on the UNIX file system.