answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: How can you see the information and parameters for the specific command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How is a job run periodically in Unix?

You can use the 'at' command to schedule a job to run in the future (once), or use the 'crontab' command to schedule jobs to run periodically on a time and date basis. Look at the 'man' commands to see how the actual scheduling parameters are specified.


When one enters the who command in Linux what information does one see?

The basic 'who' command lets you see the time of last system boot; list of users logged-in; the current run level, etc.


How do you have your record expunged in pa?

See the below link for specific information:


What is the syntax of the 'make' command?

There are several variants of the 'make' command, and you should use the 'man make' or 'info make' command to see what your platform is using. In general, the make command requires a makefile, sometimes a target, and can use optional variable parameters, such as: make -f myMake.mk which is the simple version of calling 'make'. The targets and dependencies of the myMake.mk are in that file. The complexities of using the 'make' command with targets, etc., is too complex to answer here.


Are there any mountain ranges in Portugal?

See the related link for specific information.


What is the Unix command to check to see who is logged in?

The "who" command.


What is the key command for DOS?

Go to the Command prompt and run "help" command to see the command list..


What DOS command displays a disk volume label and serial number?

The VOL - DOS command displays the disk volume label and serial number, if they exist. See the related link for more information.


What is the Kansas state law for expungement of criminal records?

For specific information see below link:


What command is used to see who is on the system?

Ironically, the command to see who is logged into the system is who. You can also see who is logged on using the wcommand.


What is a command tab?

It is a tab on the ribbon that allows you to access various commands. The specific commands depend on the tab you select. Look at the ribbon to see the names of the tabs, then click on the tab to see the commands that are displayed there.


What parameter can be added to the netstat command so that you can see what program is responsible fora network connection?

The Windows netstat command; netstat -b (show the executable involved in creating each connection) netstat /? (list of available parameters)