Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Lab: Practicing Linux Command - OpenSUSE Take a screenshot from each exercise and paste it below each point Part 4: Identify inode numbers and create
Lab: Practicing Linux Command - OpenSUSE
Take a screenshot from each exercise and paste it below each point
Part 4: Identify inode numbers and create hard and symbolic links. 33. Create a file in CIT315 directory by typing touch myfilel. Type ls -il and press Enter. Q: What's the inode number for myfilel? Change to your home directory. 34. Create a new directory Linkdir and change to this new directory. 35. Create a hard link by typing In / CIT315 /myfilel and press Enter. Type ls il and press Enter. Q: How many links are associated with myfilel? Has the number of hard links changed since Q29? 36. Type cd / CIT315 and press Enter. Try to remove myfilel by typing rm myfilel and press Enter, and then type ls -il and press Enter. Q: Is the file removed? Interpret the results. 37. Type cd - Linkdir and press Enter, and then type ls -il and press Enter. Q: How many links does myfilel have, and why? 38. Type cd / CIT315 and press Enter. Create a symbolic link by typing In -s ~/Linkdir/myfilel then press Enter. Type ls -il and press Enter. Q: What's the link count for myfilelStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started