Display the location | OS

Channel:
Subscribers:
165
Published on ● Video Link: https://www.youtube.com/watch?v=wyIWNji_mwo



Duration: 0:32
11 views
1


#linux #windows #os
Type the command:-
"chdir" is short for "change directory" and is used to change the current working directory to a specified directory. In both Windows and Linux, the command to use is cd. For example, typing cd Desktop will change the current directory to the "Desktop" folder.

"pwd" is short for "print working directory" and is used to display the current working directory. In Windows, this command is also represented by cd with no arguments. For example, typing cd in Windows will display the current working directory. In Linux, the pwd command can be used to display the current working directory.