Linux Objective Questions Answers
-
29. File inode number can be viewed by ?
- -s
- -i
- -a
- -t
Answer :
Option B
-
30. The system calls in UNIX is written using which language ?
- Java
- C
- C++
- Assembly
Answer :
Option B
-
31. If two files on same partition point to the same inode structure they are called ?
- Only assumption I is implicit
- Only assumption II is implicit
- Either I or II is implicit
- Neither I nor II is implicit
- Both I and II are implicit
- Soft links
- Hard links
- Copy links
- Similar links
Answer :
Option
-
32. Which command is used to know the LINUX version ?
- uname
- lname
- vname
- sname
Answer :
Option A
-
33. Which one shows the name of the operating system ?
- uname -n
- uname -l
- uname -m
- uname -o
Answer :
Option D
-
34. Which command changes a file's group owner
- chmod
- chgrp
- chown
- chgrep
Answer :
Option B
-
35. Which command reads the content of another file in vi editor ?
- erd
- ex
- r
- read
Answer :
Option B