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

  • Home
  • SEARCH
  • 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 6925905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T10:51:00+00:00 2026-05-27T10:51:00+00:00

I was wondering about tools that are built into the bash shell. For example,

  • 0

I was wondering about tools that are built into the bash shell. For example, type pwd tells me that pwd is built into the shell.

whereis pwd
/bin/pwd /usr/include/pwd.h /usr/share/man/man1/pwd.1.gz

aptitude search pwd

does not (seem to) give anything on the pwd I use. (I’m on a Debian system.)

— Is there any way to find out what stuff are built in? Besides brute force with type, that is.

— Is the pwd in the bin folder (above) the same pwd that is built in? Is it loaded into the shell at initiation? Or is it executed from that folder by the shell? If so, in what way is it built-in?

— Why are stuff built in in the first place? Are they especially tweaked to fit the shell, or is it just so that they can be invoked internally so they don’t require a new process? I managed to catch a pwd with pwd & and ps. Is this a circumvention or are they separate processes?

— Feel free to tell me anything else on the topic 🙂

  • 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-05-27T10:51:00+00:00Added an answer on May 27, 2026 at 10:51 am

    Is there any way to find out what stuff are built in?

    help will get you a complete list. You can run help with a builtin command as argument to get more detailed information. info "(bash) Shell Builtin Commands" will display the Bash manual for all the builtins.

    Is the pwd in the bin folder (above) the same pwd that is built in?

    No, they are completely different:

    $ builtin pwd --help
    bash: pwd: --: invalid option
    pwd: usage: pwd [-LP]
    
    $ /bin/pwd --help
    Usage: /bin/pwd [OPTION]...
    Print the full filename of the current working directory.
    
      -L, --logical   use PWD from environment, even if it contains symlinks
      -P, --physical  avoid all symlinks
          --help     display this help and exit
          --version  output version information and exit
    
    NOTE: your shell may have its own version of pwd, which usually supersedes
    the version described here.  Please refer to your shell's documentation
    for details about the options it supports.
    
    Report bugs to <bug-coreutils@gnu.org>.
    

    Why are stuff built in in the first place? Are they especially tweaked to fit the shell, or is it just so that they can be invoked internally so they don’t require a new process?

    From the manual: “Builtin commands are necessary to implement functionality impossible or inconvenient to obtain with separate utilities.” It would be hard to make a command like cd work externally because it affects the state of the shell. Of course, it is easy to duplicate the behavior of pwd or true, but the POSIX standard requires that they are built-ins.

    I managed to catch a pwd with pwd & and ps. Is this a circumvention or are they separate processes?

    Running builtin & will cause Bash to run a subshell in the background. You can see this easily by doing read &, since read waits until it has input.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Just wondering about the performance impact of copying very large php variables. For example
I'm interested in learning about tools that operate like this: Given a database schema
I'm wondering about instances when it makes sent to use #define and #if statements.
I'm wondering about MP3 decoding/encoding, and I was hoping to pull this off in
I've been wondering about the performance improvements touted in Java SE 6 - is
I'm wondering about the practical use of #undef in C. I'm working through K&R,
I'm just wondering about large projects - say an airlines reservation system, how many
I've been wondering about how hard it would be to write some Python code
I was wondering about the best practices for indicating invalid argument combinations in Python.
I was always wondering about this seemingly utopic world of open source. Assuming the

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.