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 9103139
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T01:33:42+00:00 2026-06-17T01:33:42+00:00

system (cd ..); This doesn’t produce any error but also doesn’t do anything meaningful.

  • 0
system ("cd ..");

This doesn’t produce any error but also doesn’t do anything meaningful. Why?

  • 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-17T01:33:46+00:00Added an answer on June 17, 2026 at 1:33 am

    The system() function makes a fork() that creates a process being a copy of the initial one.

    The current directory depends on the environment of a process (it is stored within the environment variables of a process). Thus when the child process, having its own environment, makes a cd, that affects only the child process, not the parent.

    • Parent process: in /home/x/y

    • Child process (after the fork): in /home/x/y

    Doing a cd .. in the child process sets its local environment to /home/x
    But the parent process is still in /home/x/y

    Parent process waits for child to complete the system call, then continue its own execution having its own environment (current directory) unchanged.

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

Sidebar

Related Questions

The System.Web.UI.WebControls.TreeView class offers this event, but the Forms version of TreeView doesn't. What's
this doesn't feel right Private Sub drop_ItemDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.RepeaterItemEventArgs)
I've been thinking of implementing this system, but can't help but feel there's a
The following code doesn't compile ( error CS0123: No overload for 'System.Convert.ToString(object)' matches delegate
I'm trying to understand why this cast doesn't work: using System; using System.Collections.Generic; using
I'm trying to make a coke machine, but this doesn't go without trouble. I
I'm trying to open something in ie via System.Diagnostics.Process.Start(iexplore.exe, uniquePartOfUrl); However this doesn't account
This doesn't seem like it should be difficult, but I'm stuck currently. I'm trying
Admitted, this doesn't sound like a best practice altogether, but let me explain. During
I'm sorry, but I can't understand why this doesn't work. After compile, I receive

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.