Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux go to home directory

cd home

# or

cd ~

# or

cd
Comment

how to go home directory in linux

# Few shorctus for changing directory
# go home directory
cd ~

# go to root directory
cd /

# go back to previous directory
cd -

# go up one directory level
cd ..

# go up two directory level
cd ../../ # and so on
Comment

PREVIOUS NEXT
Code Example
Shell :: git push existing repository 
Shell :: download the Laravel installer using Compose 
Shell :: installing react router dom with yarn 
Shell :: ubuntu install arial font 
Shell :: remove user linux 
Shell :: close chrome tab from command line ubuntu 
Shell :: environment variables with react and github pages 
Shell :: install google chrome on ubuntu 
Shell :: instalacion de angular cli 
Shell :: gitlab add remote upstream 
Shell :: xcode There is not enough disk space available to install the product. 
Shell :: how to run a command on startup in linux ubuntu or centos 
Shell :: how to put value of one variable into another in bash 
Shell :: aws connect to eks cluster 
Shell :: AVCONV linux how to install 
Shell :: git remote add local folder 
Shell :: install nvidia cuda toolkit ubuntu 20.04 
Shell :: ubuntu install elasticsearch terminal 
Shell :: vim wnd of file 
Shell :: github remote push 
Shell :: linux bash how to clear log files debian ubuntu centos 
Shell :: php.ini ubuntu 
Shell :: yarn start --reset-cache 
Shell :: move files one level up linux 
Shell :: -bash: /bin/rm: Argument list too long inodes 
Shell :: linux get full path 
Shell :: give root permission to program linux 
Shell :: Available platform plugins are: xcb, eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx. 
Shell :: minikube start with docker driver 
Shell :: install older version of laravel 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =