answersLogoWhite

0

What else can I help you with?

Related Questions

What is IP config?

A Command run in the command prompt that will show the current information on all network connections to other devices, (Excluding USB, I394, etc.) including the ip addresses and M.A.C Addresses. Syntax: ( Under Command Prompt ) C:\Users\<USER>\ipconfig Main Syntax - ipconfig


What is the significance of write and talk command in UNIX?

About write Send a message to another user. Syntax write person [ttyname] About talk Talk with other logged in users. Syntax talk person [ttyname]


Which of the following commands reveals the default gateway address for all the hosts to which a router is connected?

Using The ipconfig Command in Command Prompt.SyntaxC:\Users\\ipconfigMain syntax - ipconfigThe proper syntax is IPCONFIG /allThe slash-all shows everything.Do a IPCONFIG /? for all the commands used.ipconfig


What is the windows that asks for the response for execution of some particular command?

The window that prompts for a response to execute a particular command is typically known as a "command prompt" or "terminal" in Windows. This interface allows users to input commands and receive feedback or results from the operating system. In Windows, it is commonly referred to as the Command Prompt or PowerShell, where users can run various scripts and manage system operations.


What is the difference between mkuser and useradd command in AIX?

The syntax is the only difference. Both accomplish the same thing and if you compare the man pages of these commands, you will see that they are effectively the same text. useradd is the 'standard' UNIX command for adding users, present on solaris, HPUX, etc. mkuser follows aix specific syntax that uses name,value pairs to define the attributes.


Which command displays the users who are currently logged into the Linux system?

There are a series of commands, depending on what and how much information you want on logged in users. The commands are: who w users finger (if installed)


Write a shell program called whos to display a sorted list of the logged in usersJust display the user names and no other information?

The 'users' command should do that; you don't need to write a shell script to get that information in that format.


What is a UNIX command that will count how many users have logged on and also the users list in the UNIX system?

There are many ways to do this, but the fastest and easiest is to use the 'uptime' command, which will tell you in a summary line how many users are logged in.


What display command is used to create a magnified view by windowing a portion of a drawing?

The display command used to create a magnified view by windowing a portion of a drawing is typically the "Zoom" command, specifically the "Zoom Window" option. This allows users to select a rectangular area of the drawing, which then becomes the focus of the view, magnifying that section for detailed inspection. It’s commonly found in CAD software and similar applications.


What features does it have?

It is a text-based, command-line interface that allows users to interact with the system by typing commands. It supports the execution of various tasks and operations on a computer system or network. Users can navigate directories, manage files, run programs, configure system settings, and automate tasks using scripts.


Unix command to count how many users have logged on to the unix system?

The 'uptime' command will tell you exactly how many users are on the system. There are other variations of this, including counting the number of words from the 'users' command, etc., but this is the easiest.


How do you send message to networked computer with command prompt?

Method 1 You can use the Net Send command which is a messaging service provided by Microsoft allows users to sends messages to other users, computers, or messaging names on the network. Messenger Service should be started on user's computer. The syntax of the Net Send command net send {name | * | /domain[:name] | /users} message Method 2 Use third party LAN messenger. Since the net send command line may not efficient and convenient for daily office communication. Using a specified LAN messenger to transfer message is more popular today. THe link below is a comparison between the advantages and disadvantages of net send command line and LAN messenger.