current working directory – POFTUT

Linux Bash Directories and Changing Current Working Path

[rps-include post=6835] A simple shell command echo pof tut consist of command itself followed by arguments, separated by spaces. Also more complex command can be created. Generally simple commands are used and after execution exit status is provided by wait pid. $ echo pof tut pof tut Directories and Paths While working with bash we use … Read more

Linux pwd Command Tutorial With Examples

Linux pwd command is the acronym of the print working directory . This command is a very old and popular command. This command does do not have a lot of features. But the features it has are very useful for us. Pwd is supported by Linux, AIX, HP-UX, BSD, UNIX. Print Current Working Directory The ultimate usage … Read more