-
-
-
Linux General questions.
1. To which operating system is GNU/Linux compatible? a. Windows b. Unix c. it\'s a system on it\'s own d. don\'t know2. What is the origin of GNU/Linux? a. 1984 by Richard Stallman b. 1987 by Andrew Tannenbaum c. 1991 by Linus Torvalds d. don\'t know3. What has Linus Torvalds developed? a. he developed the whole system b. he developed the kernel of the system c. he is only...
-
-
-
UNIX Shell History File
Looking at history file in unix shell for a user, find 5 most often used commands.
-
-
Name the data structure used to maintain file identification?
inode, each file has a separate inode and a unique inode number.
-
Is du a command? If so, what is its use?
Yes, it stands for disk usage. With the help of this command you can find the disk capacity and free space of the disk.
-
Is it possible to create new a file system in UNIX?
Yes, mkfs is used to create a new file system.
-
What will the following command do?
$ echo *It is similar to 'ls' command and displays all the files in the currentdirectory.
-
-
What does the command “$ls | wc –l > file1” do?
Ls becomes the input to wc which counts the number of lines it receives as input and instead of displaying this count , the value is stored in file1.
-
Which file holds the list of users that are NOT allowed to use cron ?
Answer: /etc/cron.d/cron.deny
-
What can be possible is + is there in host.equiv file ?
Answer: Any remote or local host users can login without any password Rsh and rcp is possible for all users
-
How do you rewind the tape to start position?
Answer: mt -f /dev/rmt/0 rewind
-
-
What is the difference between Daemon & Server process.
Please give examples of both Daemon and Server processes. Thanks.
-
-
Do you have idea about "Shell Job Control"?
Explain about Background and Foreground processes
UNIX Interview Questions
Ans