Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to leave a directory on terminal

 Leaving your Current Working Directory
 
$ cd
	Returns you to your login directory.
$ cd -
	Returns you to your previous working directory.
$ cd ~
	Also returns you to your login directory.
$ cd /
	Takes you to the entire system's root directory.
$ cd /root
	Takes you to the home directory of the root user.
Comment

PREVIOUS NEXT
Code Example
Shell :: merge pdf in linux 
Shell :: github clone with access token 
Shell :: zip folder ssh 
Shell :: give sudo permission to vim ubuntu 
Shell :: sudo swapoff 
Shell :: bash get files older than 
Shell :: Err:9 http://ppa.launchpad.net/plushuang-tw/uget-stable/ubuntu focal Release 404 Not Found [IP: 91.189.95.85 80] 
Shell :: push to multiple repos git 
Shell :: git pull branch you are not on 
Shell :: git lfs all files in folder 
Shell :: sublime text 
Shell :: how to git push to current branch 
Shell :: github color 
Shell :: download git branch 
Shell :: linux vi 
Shell :: kills a process on port 
Shell :: shell script to enter a number and check the number is perfect number or not 
Shell :: uninstalling vscode for centos 8 
Shell :: open vs code from terminal 
Shell :: ubuntu install lib32stdc++6 
Shell :: ros dep install 
Shell :: count the pages of multiple pdf files in linux 
Shell :: docker install ubuntu linux 
Shell :: how to open ssh on port 22 manjaro 
Shell :: how to provide 777 access recurssively unix 
Shell :: dot is not recognized as an internal or external command 
Shell :: linux count files fast 
Shell :: how can I specific line in ubuntu? 
Shell :: download onenote on fedora 
Shell :: tgz terminal 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =