Reverse Phone Number Info

Was your call or text from a telemarketer, a robocaller or otherwise unwanted? Please click SPAM or OK below.

SPAM 0% OK 100%

View Comments (2) Leave Comment


Number Details

NameShow Name
Number(828) 485-8483
Area Code (NPA)828
Exchange (NXX)485
Subscriber Number8483
CompanyNew Cingular Wireless Pcs, LLC
CountryUSA
CountyMecklenburg
CityCharlotte
StateNC - North Carolina
Zip Code28202
OCN6214
CLLICHRXNCGVGT0
Date Assigned08/21/2006
Prefix TypeWIRELESS
Switch Name
Switch Type
LATA422

Rating Statistics

Phone Number 8284858483 5 out of 5
To add a rating, please click Yes or No above.

Total SPAM Ratings: 0
Total OK Ratings: 1
Total Ratings: 1

Recent Ratings for 828-485-8483

Date Rated Rating
01/13/25 9:17 PMOK

Local Information

CountryUSA
CountyMecklenburg
CityCharlotte
StateNC - North Carolina
Zip Code28202
Census Region NameSouth
Census Division NameSouth Atlantic
Local Time (when you loaded this page)3:10 AM
Time ZoneEDT
Daylight SavingsYes
Latitude35.227271
Longitude-80.844194
Land Square Miles1.80
Water Square Miles
Population11,195
Number of Housing Units6,303
Average Persons Per Household1.83

Caller Location Map



About this number

There is 1 OK rating and 2 comments for this phone number. (828) 485-8483 is a wireless/mobile based telephone number operated by New Cingular Wireless Pcs, LLC and is located in zip code 28202 in the city of Charlotte, North Carolina, which is in Mecklenburg County, and is in the South. It has a Number Planning Area (NPA - also known as an Area Code) of 828, a Network Numbering Exchange (NXX - also known as a prefix) of 485 and a subscriber number of 8483. It has an Operating Company Number (OCN) of 6214. A Common Language Location Identifier (CLLI) of CHRXNCGVGT0. As well as a Local access and transport area (LATA) of 422. It was first assigned for usage on 08/21/2006. Zip code 28202 has a population of 11,195 as of the 2010 census.


Did someone call or text you from 828-485-8483 ?

Comments

Texting a link to occupiedfilm.com

Caller or Company: Don Schmidt
Caller Type: Unknown

Tuesday, January 14th 1:43 pm
The command `scp [localFile] [user]@[host]:[remoteFile]` is used to securely copy a file from a local machine to a remote machine using SSH. Here's a breakdown of the command and how to use it effectively:

### Command Breakdown

- **`scp`**: Stands for "secure copy" and is a command-line utility used for copying files and directories over SSH.

- **`[localFile]`**: This refers to the path of the file you want to copy from your local machine to the remote machine.

- **`[user]`**: The username you will use to authenticate to the remote machine.

- **`[host]`**: The hostname or IP address of the remote machine where you want to copy the file.

- **`: `**: A separator that indicates you're specifying a remote destination.

- **`[remoteFile]`**: This is the path and name of the file on the remote machine where you want to copy the content of `[localFile]`.

### Example Usage

Here’s an example that illustrates this command:

```bash
scp localFile.txt [email protected]:/path/to/remoteDirectory/remoteFile.txt
```

### How It Works

1. **Copy from Local to Remote**: The command above copies `localFile.txt` located on your local machine to `remoteFile.txt` located on `remote-server.com` in `/path/to/remoteDirectory`.

2. **SSH Authentication**: During the execution of this command, you may be prompted to enter the password for the specified user on the remote machine, unless you are using SSH keys for authentication.

### Tips and Variations

- **Overwriting Existing Files**: If a file with the same name exists on the remote machine, it will be overwritten without warning by default. To avoid overwriting, make sure to specify a different name for the remote file or use options like `-i` (interactive) or `-n` (no overwrite).

- **Preserving File Permissions**: By default, `scp` preserves file permissions during transfer. If you need to change permissions, use options like `-m` (preserve modification time) or `-p` (preserve permissions) as needed.

- **Recursive Copy**:

Caller or Company: scp [localeFile] [user]@[host]:[remoteFile]
Caller Type: Unknown

Monday, January 13th 9:17 pm
Submit a Comment
A comment is required.
Please enter the name of the caller or company that called you (if you know).
Please help us identify what type of caller this is.
Thank you for your assistance! Please submit only truthful comments and be as detailed as possible.
Please note: Your comment may require approval before appearing.