Interview Linux
Interview Linux
2 - LVM -- http://crowdforgeeks.com/interview-questions/top-100-logical-volume-
manager-linux-interview-questions-and-answers , (LVM & KVM Difference)
3 -All Run levels in detail and how to identify which run levels u r login
currently. Ans- who -r
5- Which servers used for sending any file from linux to window servers?
6-
[8:53 pm, 18/03/2023] H Ranjeet Artl: .file system softlink and hardlink
diffrence.
2 what is inode.
Ans- What are inodes in Linux?
Last updated on: 2021-03-19
Authored by: Miguel Salgado
________________________________________
This article provides an overview of the concept of inode and some helpful
commands.
What is an inode?
Linux® must allocate an index node (inode) for every file and directory in the
filesystem. Inodes do not store actual data. Instead, they store the metadata where
you can find the storage blocks of each file’s data.