command to get application name


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting command to get application name
# 1  
Old 02-11-2010
command to get application name

If typing lsof -i :80 ,

I get the name as *:http (LISTEN) and some othr like this. what command is to get the exact application name like mozzilla firefox or lotus notes or like that
# 2  
Old 02-11-2010
I suppose its OS and version dependant...
I get with your exact command, the command in first column (on AIX6.1)...
# 3  
Old 02-11-2010
I am able to get application name in command prompt using netstat but not able to get in linux.

I am getting firefox.exe, nlnotes.exe and putty.exe in command prompt
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to execute application command in shell script?

friends, i have application commands to execute in shell script it is something like this. i will login with user data it takes me to $ prompt. Example given below login: data ps : xxxx $ MNSinput --this takes me to greater than prompt > > ops --this is command i enter this output... (7 Replies)
Discussion started by: udaykrishna
7 Replies

2. Windows & DOS: Issues & Discussions

How can I start a cygwin application from windows 7 command prompt?

I have compiled an application called tmesh.exe, that was compiled for the cygwin, win7 platform. I wonder, if I do that outside X window, Is there a chance that I can run it on the command prompt of windows 7? (tmesh:4048): Gtk-WARNING **: cannot open display: THANKS Jack (3 Replies)
Discussion started by: lucky7456969
3 Replies

3. Homework & Coursework Questions

Produces the application specified command to all regular files in a given directory

1. The problem statement, all variables and given/known data: write a script in language shell bash, which produces the application specified command to all regular files in a given directory (and all subdirectories) Input parameters: - Defined directory; - Given command. 2.... (1 Reply)
Discussion started by: numeracy
1 Replies

4. Shell Programming and Scripting

Produces the application specified command to all regular files in a given directory

write a script in language shell bash, which produces the application specified command to all regular files in a given directory (and all subdirectories) Input parameters: - Defined directory; - Given command. this is my answer, but i'm not sure that it's true? #!/bin/bash echo '... (1 Reply)
Discussion started by: numeracy
1 Replies

5. UNIX and Linux Applications

The ps command - process showing up even after application is shut down

Hi all, I'm very new to unix, I'm developing an application in Java, part of which requires me to check if a certain application is still running. In windows, I just use tasklist - if the application has been shut down it won't appear in the task list. I've been trying to use the ps command to... (0 Replies)
Discussion started by: ekatmcg
0 Replies

6. Shell Programming and Scripting

command to know the application running of the port

Hi, is there any command to findout that which application is using the particular port. or whether any port is occupied with the specfic process id ? (4 Replies)
Discussion started by: mail2sant
4 Replies

7. Programming

cd command in shell application

Hola. I'm making an application that manages and executes commands unix shell does. The program can execute single commands except the cd. The commands are executed with execvp and it seems that the problem must be with this function and the current working directory. Could someone help... (1 Reply)
Discussion started by: GagleKas
1 Replies

8. UNIX for Dummies Questions & Answers

Uninstall an Application with Command Line

Hello everyone, I am new to UNIX and computers in general. However I recently started using the command line, and I have to say that it's a blast. It's so much fun to learn all these things, and it's quite handy too. I'm running Mac OS 10.5.8 and I want to uninstall an application that I... (5 Replies)
Discussion started by: HoldenCaulfield
5 Replies

9. Shell Programming and Scripting

Kill remote application launched via SSH command

Hi All I launch some application in a remote machine using ssh EXAMPLE ssh -X myname@mycompany@RemoteServerIp 'myApplicationName' When I want to kill the application I hit CTRL+C and I see a message 'Killed by signal 2'. Unfortunately on the remote machine the application is not really... (1 Reply)
Discussion started by: manustone
1 Replies

10. Shell Programming and Scripting

Application for the script

Hi, I have created a script for shutdown timer in the bash shell. My question is that how to convert that script into an application in Linux, ie.. if i double click the application it should ask for hours, minutes settings and once given it shud start for shutdown - that should run in back... (1 Reply)
Discussion started by: gwgreen1
1 Replies
Login or Register to Ask a Question