-
Program Termination
If a program is terminated at the middle of execution in UNIX, What will happen to the program?
-
UNIX File Access
The syntax of command statement in UNIX 10. If the permission for a file is 000, then the file can be accessed by whom?
-
What is the use of ‘grep’ command?
‘grep’ is a pattern search command. It searches for the pattern, specified in the command line with appropriate option, in a file(s). Syntax : grep Example : grep 99mx mcafile
-
-
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?
-
-
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
-
Hard link and Soft link
What is the difference between hard link and soft link?
-
-
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...
-
-
-
Find Open Ports
What UNIX command do you use to find out the open ports in a system?
-
-
-
UNIX Shell History File
Looking at history file in unix shell for a user, find 5 most often used commands.
-
Fetch Records from a File
What is the command to fetch first 10 records in a file?
-
CPU Utilization Time
By using which command can you find the CPU utilization time?
-
Superuser Privilege
How will you assign superuser privilege to an ordinary user temporarily?
-
UNIX Interview Questions
Ans