How do I know my user@hostname ?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers How do I know my user@hostname ?
# 1  
Old 12-24-2013
How do I know my user@hostname ?

# 2  
Old 12-24-2013
Code:
echo "$(whoami)@$(hostname)"

This User Gave Thanks to Yoda For This Post:
# 3  
Old 12-24-2013
I'm always advising for using uname -n instead of hostname.uname -n won't change the system's hostname if you pass it one argument too many by mistake.
This User Gave Thanks to bartus11 For This Post:
# 4  
Old 12-24-2013
Quote:
Originally Posted by bartus11
I'm always advising for using uname -n instead of hostname.uname -n won't change the system's hostname if you pass it one argument too many by mistake.
I have changed the hostname this way more times than I care to admit. Smilie
This User Gave Thanks to port43 For This Post:
# 5  
Old 12-25-2013
Ok,

I am a true Unix dummy so try and be patient here.

I log onto remote computers via PuTTY on my Windows 8.1 laptop. Transferring files between remote computers is not a problem for me. However, I need to transfer a file from a remote computer to the desktop of my laptop.

When I log into PuTTY it automatically connects me to one of my remote computers at school. What I am trying to figure out is the address of my laptop so I can use sftp or scp to transfer files. Is it just my IP address, if so how do I find it?

Thanks!
# 6  
Old 12-25-2013
So which IP address do you need - laptop or remote *nix?
On windows pre 8, ipconfig /all listed all devices with their configuration (for W8 it might work as well, I can't tell for sure).
ON *nix, try ifconfig.
# 7  
Old 12-28-2013
I am looking for the address for my laptop.

Am I correct in saying that if I find the IP address of my laptop I can simply:

ssh "IP address" and that will connect me?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Hostname -f hostname: Unknown host

deleted (0 Replies)
Discussion started by: hce
0 Replies

2. Solaris

2 hostname in one server

Hi, We have one server originally named <SERVERA>. Now we plan to put another network card & add another hostname <SERVERB>. Later, we will need to change hostname from <SERVERB> to <SERVERC>. I know that we need to plumb a new ip & add to /etc/hosts & /etc/hostname.<interface>. Is there... (2 Replies)
Discussion started by: beginningDBA
2 Replies

3. Emergency UNIX and Linux Support

HP UX - ILO Console hostname different than Machine Hostname...

Hi All, So we added a new HP-UX 11.31 machine. Copied OS via Ignite-UX (DVD)over from this machine called machine_a. It was supposed to be named machine_c. And it is when you log in...however when I'm in the ILO console before logging in, it says: It should say: What gives? And how do... (4 Replies)
Discussion started by: zixzix01
4 Replies

4. UNIX for Dummies Questions & Answers

Printing hostname

Hi, I am using hostname environment variable in my shell script to print the host name but it's printing nothing.Can you please help me on this. Please find the part of the code pasted here: llist= llist=$(ps -ef | grep -v grep | grep -c "$1") echo "Hostname is ${hostname}" (7 Replies)
Discussion started by: gbiswal
7 Replies

5. Solaris

cannot ping by hostname

Hi All, My current setup is: 1x Windows Server (Windows 2000 server) 1x Unix Server 2x Windows machine 3x Unix Terminals (Hostnames = A, B and C) Problem The problem iam having is Unix terminal C cannot be ping across by Unix terminal A or B or Unix server by using the hostname. Unix... (1 Reply)
Discussion started by: tlee
1 Replies

6. UNIX for Dummies Questions & Answers

Solaris - unknown hostname - how can I change hostname?

Hello, I am new to Solaris. I am using stand alone Solaris 10.0 for test/study purpose and connecting to internet via an ADSL modem which has DHCP server. My Solaris is working on VMWare within winXP. My WinXP and Solaris connects to internet by the same ADSL modem via its DHCP at the same... (1 Reply)
Discussion started by: XNOR
1 Replies

7. UNIX for Dummies Questions & Answers

Hostname lost when changing user

Hello to all, Does anyone have a clue for the following problem? When I enter into a terminal console window logged as axadmin user, what I find in the prompt is: “axadmin@sunhost$”. But, when I switch to root user, with the command “su -“ and enter the correct password, user root is... (4 Replies)
Discussion started by: Pablo_BR
4 Replies

8. Solaris

hostname alias

In solaris 9, how do I setup hostname alias, so essentially the machine has two hostnames... (3 Replies)
Discussion started by: csaunders
3 Replies

9. IP Networking

looking up hostname

Using Solaris 8 (or WINXP). I am trying to look up a specific DNS hostname, but I don't know which DNS server houses that entry. How can I find the hostname? nslookup gives me the following: C:\>nslookup hostname Server: dnsserver Address: x.x.x.x *** dnsserver can't find hostname:... (2 Replies)
Discussion started by: dangral
2 Replies

10. UNIX for Dummies Questions & Answers

Hostname

Hello, I am installing redhat linux 6.2 on an intel based system. Whether i want to know any naming conventions should i follow. ie Any convention to follow to name a linux machine(To give hostname). Simillarly for domain name also. Please suggest in this regard (1 Reply)
Discussion started by: bache_gowda
1 Replies
Login or Register to Ask a Question