⟩ Display the Disk Usage of file sizes under each directory in current Directory ?
- du -k * | sort .nr (or) du .k . | sort -nr
- du -k * | sort .nr (or) du .k . | sort -nr
What are the Unix system calls for I/O?
How do you change File Access Permissions in UNIX OS?
What are links and symbolic links in UNIX OS file system?
What is a FIFO in UNIX OS?
How do you create special files like named pipes and device files in UNIX OS?
Discuss the mount and unmount system calls in UNIX OS?
How does the inode map to data block of a file in UNIX OS?
What is a UNIX OS shell?
Brief about the initial process sequence while the UNIX system boots up.
What are various IDs associated with a process in UNIX OS?