⟩ List the hidden files in current directory?
- ls -a1 | grep "^."
- ls -a1 | grep "^."
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?
Explain UNIX fork() system call.