-
Portable UNIX
Why is UNIX more portable than other operating systems?
-
-
-
Rollback command
What is rollback command in unix?
-
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?
-
-
-
Memory Management
How do you free the memory which is occupied by a process but did not free due to a memory leakage in a UNIX box? I know /proc/sys/vm/drop_caches will remove the memory out that command does not work in our UNIX box so I want a command or steps to find the memory and release them. I can use ipcrm command to remove the shared memory segment or the memory but I need to make sure that the one I am trying...
UNIX Interview Questions
Ans