Skip to main content
explicitly name the character, so Q can be found by its name.
Source Link
Anthon
  • 81.4k
  • 42
  • 174
  • 228

Root /home Directory vs ~ (tilde)

I have created a virtual image for Scientific Linux and came across this after I finished installing it:

[root@ftpserver home]# pwd /home [root]@ftpserver home]# ls 

When I cdcd into ~~ I get this:

[root@ftpserver ~]# pwd /root 

What is the overall difference between /home and /root?

Root /home Directory vs ~

I have created a virtual image for Scientific Linux and came across this after I finished installing it:

[root@ftpserver home]# pwd /home [root]@ftpserver home]# ls 

When I cd into ~ I get this:

[root@ftpserver ~]# pwd /root 

What is the overall difference between /home and /root?

Root /home Directory vs ~ (tilde)

I have created a virtual image for Scientific Linux and came across this after I finished installing it:

[root@ftpserver home]# pwd /home [root]@ftpserver home]# ls 

When I cd into ~ I get this:

[root@ftpserver ~]# pwd /root 

What is the overall difference between /home and /root?

edited tags
Link
Source Link
ryekayo
  • 4.8k
  • 10
  • 46
  • 67

Root /home Directory vs ~

I have created a virtual image for Scientific Linux and came across this after I finished installing it:

[root@ftpserver home]# pwd /home [root]@ftpserver home]# ls 

When I cd into ~ I get this:

[root@ftpserver ~]# pwd /root 

What is the overall difference between /home and /root?