Recent questions tagged unix

1 votes
1 answer
62
The $mv$ command changesthe inodethe inode-numberthe directory entryboth the directory entry and the inode
1 votes
2 answers
63
1 votes
2 answers
65
0 votes
2 answers
66
0 votes
1 answer
67
In UNIX , processes that have finished execution but have not yet had their status collected are known as _________Sleeping processesStopped ProcessesZombie ProcessOrpha...
0 votes
1 answer
68
0 votes
1 answer
69
Match the following with reference to Unix shell scripts $:$$\begin{array}{clcl} & \textbf{List – I} & & \textbf{List – II} \\ \text{a.} & \text{\$?} & \text{i.} & ...
0 votes
2 answers
70
4 votes
2 answers
71
Which one of the following is not a shell in UNIX system?Bourne ShellC ShellNot ShellKorn Shell
4 votes
4 answers
74
Which of the following UNIX command allows scheduling a program to be executed at the specifies time?cronnicedate and timeschedule
2 votes
2 answers
79
Which of the following commands or sequences of commands will rename a file x to file y in a Unix system ?mv y, xmv x, ycp y, x (rm x)cp x, y (rm x)II and IIIII and IVI a...