-
-
IBM-Aix file system question
Creating file system with already created LV and and without LV.. What is the difference between these two??
-
-
Sleep and Wait in Linux
What is the difference between Sleep and Wait in Linux ?
-
-
Superuser Privilege
How will you assign superuser privilege to an ordinary user temporarily?
-
CPU Utilization Time
By using which command can you find the CPU utilization time?
-
Fetch Records from a File
What is the command to fetch first 10 records in a file?
-
UNIX Shell History File
Looking at history file in unix shell for a user, find 5 most often used commands.
-
-
-
Find Open Ports
What UNIX command do you use to find out the open ports in a system?
-
-
-
Explain kill() and its possible return values?
There are four possible results from this call:‘kill()’ returns 0. This implies that a process exists with the given PID, and the system would allow you to send signals to it. It is system-dependent whether the process could be a zombie.‘kill()’ returns -1, ‘errno == ESRCH’ either no process exists with the given PID, or security enhancements are causing the system to deny its existence. (On some...
-
-
Hard link and Soft link
What is the difference between hard link and soft link?
-
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 to copy a file from Remote AIX server to my local windows desktop
I am logging to remote AIX server, i want to copy a file from that server to local windows desktop. How can i do this?
UNIX Interview Questions
Ans