./sampleprog
The command pwd displays your current/present working directory.
Use the following command: cd .. The ".." indicates the parent of the current directory
Mkdir command creates a subdirectory under a directory (MD creates a directory) . The command Chdir changes the current Default directory(CD changes the current directory). The Rmdir removes the subdirectory(RD removes a directory).
dir
CD /
All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path All you need is the PWD(Print Working Directory) command, this will list your current directory absolute path
The command 'pwd' will identify the full path of the present working directory.
cd dirReplace "dir" with the name of your directory.
mkdir LABS
pwdThis is short for "Print current directory."
Systemroot
The command you are looking for is "ls"Also the "dir" command works