-
Masked Code
What is the number of masked code ee@?
-
COPY Command
Assume that you are NOT currently in your home directory. Enter a command to copy all files in your home directory beginning with the letter 'a' to the current directory.
-
-
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.
-
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...
-
-
-
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?
UNIX Interview Questions
Ans