answersLogoWhite

0

What else can I help you with?

Related Questions

How can you identify by seeing in the prompt whether the command is external or internal in unix?

You really can't. There is nothing in a prompt that would give that information.


Which is the keyword of shell 1.shift 2.readonly 3.unset 4.ls?

answer is ls.. ls is command outside of the unix kernel.. To identify this if you do locate <command> or which<command> you can identify the source of the program.. if you do locate<keyword> or which<keyword>.. you can't identify the source of the program... :)~ss


How do you identify the working directory in Linux?

The command 'pwd' will identify the full path of the present working directory.


Identify the command used to generate all ones in a 4X4 matrix?

?


What command allows you to troubleshoot DNS information from the command line?

Nslookup


Unix command to identify defunct processes?

PS -eaf|grep defunct


What command can be used to launch the System Information window?

To launch the System Information window on a Windows computer, you can use the command msinfo32. You can enter this command in the Run dialog (accessed by pressing Windows + R) or in the Command Prompt. This will open the System Information tool, where you can view detailed information about your system's hardware and software configuration.


What command would be used to get information on the options used by a Linux command?

To get information on the options used by a Linux command, you can use the man command followed by the command name, like this: man [command]. This will display the manual page for the command, detailing its options and usage. Alternatively, you can often use the --help option with the command (e.g., [command] --help) to get a brief summary of options and usage.


What information can be gathered by using the command?

internal information is the intended information for an organisation


What is the term to identify the cell that is ready to receive data or a command in Excel?

Active cell


Which command can be used to identify the serial number of a Cisco router?

show invetory y


Which is the most commonly used command for referencing detailed information about a particular command in UNIX?

In Unix, use the 'man' command.