What is the difference between the home directory and the root directory in Linux?
The major point for a “home” directory is that is the directory the user working directory is set to by the /etc/passwd file.
The root directory in Unix/Linux is the top most directory. That is identified by the files “.” and “..” that every directory has.
Comments
Post a Comment