Is unix still relevant?
No Answer is Posted For this Question
Be the First to Post Answer
Which language unix is written?
1)what is grep|sort give example? 2)what are the test commands
What is file structure in unix?
Explain links and symbolic links.
Consider a TCP echo client which blocks on fgets which read input from standard input. If now the corresponding server process crashes, what will client TCP kernel receive? Can the client process receive that? Why or why not? How you solve the above problem?
What is the full form of unix operating system?
What is unix shell scripting used for?
What is disk block allocation in unix?
Explain what is standard unix streams ?
Who developed unix operating system?
What are my options if I want to turn on security with a non-root server ID in a UNIX® environment?
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.