What are the commands?
Latest Answer: Use iostatiostat command which report Central Processing Unit (CPU) statistics and input/output statistics for devices and partitions. It can be used to find out your system's average CPU utilization since the last reboot. ...
Latest Answer: du -sk | sort -n ...
(Forces a process to be killed. ) But what actually happens behind the scene?
Latest Answer: kill -9 forcibly kill the process without consider crashes.... ...
Latest Answer: to remove all hidden file userm .* ...
Latest Answer: The u area. In addition to the text, data, and stack segment, the OS also maintains for each process a region called the u area (User Area). The u area contains information specific to the process (e.g. open files, current directory, signal action, accounting ...
Latest Answer: please specify it ...its not working with sun soleris version 9.0..its saying command not find ...
Latest Answer: On Solaris CDE env, it simply takes your login id and pwd and comes out without throwing any error message.If you are on the console trying to telnet/ssh/rsh/ftp it will allow you to login. ...
Latest Answer: If a file has permissions 000, then only system administrator or super user can access the file.When the file or directory is created, then initially the default permission creation of ALL FILES AND DIRECTORIES ARE :PERMISSION OF FILES: 666(~rw-rw-rw-)PERMISSION ...
a)provides information on helpb)grep searches in a file whereas find searches for files and directories.c)both a) and b)d) none of the above
Latest Answer: 'grep' and 'find' both are used as matching pattern keywords. Whereas the difference between both the keywords are of their uses. 'find' command is used in case we need to locate any file name or diresctory name withing a ...
What is the difference between UNIX compress command and LINUX compress command ?I compressed a file in LINUX by using compress command, the file has been compressed successfully with the extension .gz. When i try to uncompress the file in unix, not able to uncompress the file.plz help me
View page << Previous 1 [2] 3 4 5 6 7 8 Next >>

Go Top