Answers for "sudo cd"

1

how to cd unc

C:\a\local\path> pushd \\network_host\a\network\path

U:\a\network\path> REM a temporary U: virtual drive has been created

U:\a\network\path> popd

C:\a\local\path> REM the U: drive has been deleted

C:\a\local\path>
Posted by: Guest on August-27-2020
1

sudo cd command not found

sudo -i
cd /var/named
Posted by: Guest on November-06-2020
0

shell cd

cd [OPTION] Directory
Posted by: Guest on July-24-2020
0

sudo cd

sudo su #to enter root access
#run cd command again
Posted by: Guest on July-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language