Skip to Content

The VFS is a file system implemented by the Linux kernel and has several features. Dentry is one of those features. It works by using a directory entry cache, known as a dentry, to store the full pathname for each file and directory. It can do this without having to access the inode itself. Dentries …

Read More about What is Dentry Linux?

If you have installed the Nvidia Cuda graphics driver on your computer, you may be wondering how to remove Cuda from Ubuntu. Some Linux OSs include Cuda drivers, but they are not necessary for using the operating system. This toolkit is located in the /opt/cuda folder, /NVIDIA_GPU_Computing_SDK folder, and in /.bash_profile. You can remove Cuda …

Read More about How Do I Remove Cuda From Ubuntu?