See how many bits and ports occupy the window System

Source: Internet
Author: User

Method One: Windows xp/server2003 is almost all 32-bit operating system 1.   Click Start, and then click Run.   2. In the Open box, type cmd (and then type systeminfo) or Winmsd.exe, and then click OK. 3. Locate "Processor" in the right pane below "project".   Note the value.   If "Processor" corresponds to a value that starts with "x86," the computer is running a 32-bit version of the Windows operating system. If "Processor" corresponds to a value that starts with "ia64," the computer is running a 64-bit version of the Windows operating system.

Method Two:

If the bit is installed, then, in My Computer properties, you can obviously see the logo. If the 64-bit is not indicated, then the default is 32-bit.


See how many Linux system bits:

command line input sudo file/bin/ls

Start--run--cmd Enter the command prompt input Netstat-ano you can see all the connected PID in the task Manager to find the program corresponding to this PID if the task Manager does not have the PID this item, you can select "View"-"Choose Column" in Task Manager

Often, when we start the application to find that the system needs the port to be occupied by other programs, how to know who owns the port we need, many people have a headache, the following is a very simple method, I hope to be useful for everyone

If we need to determine who's taking up our 9050 ports,

1. Windows platform
Execute under Windows command Line window:

C:>netstat-aon|findstr "9050"

TCP 127.0.0.1:9050 0.0.0.0:0 Listening 2016
Do you see that the port is occupied by a process number 2016 process, and continue with the following command:

C:>tasklist|findstr "2016"

Tor.exe 2016 Console 0 16,064 K It's clear that Tor is taking up your port.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.