Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8170929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:17:45+00:00 2026-06-06T21:17:45+00:00

I want to get the terminal userID by using whoami command. I have given

  • 0

I want to get the terminal userID by using whoami command. I have given my script below, but it just returns the command name, instead of username?

How can I get terminal user id using whoami command?

My code is,

send "whoami\r"
      set timeout 5
      expect -re {([a-z]+)} {
       set jobid $expect_out(0,string)
      }
      send_user "\r\nUSER $jobid\r\n"
}

Output for the above code is,

asisdtt-exp7$ whoami
USER whoami
kandabap
asisdtt-exp7$ exit

When I hardcode the first letter of my expected userID (kandabap), I am getting the answer correct. That code is,

send "whoami\r"
      set timeout 5
      expect -re {k([a-z]+)} {
       set jobid $expect_out(0,string)
      }
      send_user "\r\nUSER $jobid\r\n"

Output,

asisdtt-exp7$ whoami
kandabap
asisdtt-exp7$ 
USER kandabap

I am very much confused.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T21:17:47+00:00Added an answer on June 6, 2026 at 9:17 pm

    I’m not sure what you’re really trying to do, but this will work just fine:

    log_user 0
    spawn whoami
    expect eof
    set jobid $expect_out(buffer)
    puts "USER $jobid"
    

    Of course, none of that’s really needed. You can do the same thing using plain TCL:

    puts "USER [exec whoami]"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to get the size of the current terminal, i.e. the terminal my
Basically I want get data I already have accessed from javascript and passing it
I just want get a 2 dimension array of List in c#. In my
I want to get list of tables in a given database and a given
I am making an application in java and I want to have a terminal
I have a command I want to run first I ran another command to
So essentially I want to understand why this command- sent to terminal as a
Lets say I am given the ssh below. ssh -i keypair.pem root@ec2-20-21-137-245.compute-1.amazonaws.com I want
I want to run a command in pythong , using the subprocess module, and
I'm using Terminal.app on Mac OS10.6.3, with gnu screen and zsh. What I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.