How do I check disk space in unix?
No Answer is Posted For this Question
Be the First to Post Answer
What is the architecture of unix operating system?
What are the pros of executing processes in the background?
What does the swapping system do if it identifies the illegal page for swapping?
1)How to schedule a job,that will periodically execute in second by crontab? 2)I know only second specific time to execute the job. like 10 10 * * * sleep 40&&ps -l>/dev/pts/1 It will execute at 10:10:40 AM but do not know how to execute 15 second,30 second so on at 10:10 am.
What is the symbol in unix?
Difference between the fork() and vfork() system call?
Which mode executes the fault handler?
What is unix full form?
What do you understand by the term filters?
Explain the different types of pathnames that are used in unix.
Suppose I have one column with data smithjohnmichale the o/p should be smith,john, michale how we do in unix?
how do you move a backgrounnd job to forward?