![]() Related Questions Latest Answer : Bourne shell:var=valueexport varKorn shell:export var=valueC-shell:setenv var value ... Latest Answer : find / -atime -30 ... Latest Answer : The file server is a machine that shares its disk storage and files with other machines on the network. ... Latest Answer : You can also use "finger" ... Read Answers (2) | Asked by : nimish == Users and permissions practicum == * Rig it so everything in the folder gets deleted tonight at 10pm. Every night at 10pm.== Local security == * How do you feel about `sudo`? * What's the difference Create a program to find out the inode number of any desired file Latest Answer : read fname #file name to be searched.p=`pwd`cd /l=`find -name $fname`l=`echo $l | ls -i`set $lecho "inode is $1"cd $p ... Write a pipeline of commands, which display on the monitor as well as save the information about the number of users using the system at present on a file called usere.ux Write a shell script to find the smallest of three numbers that are read from the keyboard. Latest Answer : echo first_numread first_numecho second_numread second_numecho third_numread third_numif (first_num>second_num) then if (first_num>third_num) then echo $first_num is the biggest else echo $third_num is the biggestelif ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||