Skip to main content
formatting
Source Link
mklement0
  • 452.5k
  • 68
  • 728
  • 988

According to the standards, pwd -Ppwd -P should return the path with symlinks resolved.

C function char *getcwd(char *buf, size_t size)char *getcwd(char *buf, size_t size) from unistd.hunistd.h should have the same behaviour.

getcwd pwd

According to the standards, pwd -P should return the path with symlinks resolved.

C function char *getcwd(char *buf, size_t size) from unistd.h should have the same behaviour.

getcwd pwd

According to the standards, pwd -P should return the path with symlinks resolved.

C function char *getcwd(char *buf, size_t size) from unistd.h should have the same behaviour.

getcwd pwd

Links to opengroup documentation
Source Link
kauppi
  • 17.5k
  • 4
  • 30
  • 19

According to the standards, pwd -P should return the path with symlinks resolved.

C function char *getcwd(char *buf, size_t size) from unistd.h should have the same behaviour.

getcwd pwd

According to the standards, pwd -P should return the path with symlinks resolved.

C function char *getcwd(char *buf, size_t size) from unistd.h should have the same behaviour.

According to the standards, pwd -P should return the path with symlinks resolved.

C function char *getcwd(char *buf, size_t size) from unistd.h should have the same behaviour.

getcwd pwd

Source Link
kauppi
  • 17.5k
  • 4
  • 30
  • 19

According to the standards, pwd -P should return the path with symlinks resolved.

C function char *getcwd(char *buf, size_t size) from unistd.h should have the same behaviour.