![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions Kernel checks 'type' field in the file's inode structure. Latest Answer : device filles are of 2 types --- charcater device file and block device filetype field in the file's inode structureb--- block device filec--- character device file ... Two prompts, PS1 (Primary Prompt), PS2 (Secondary Prompt). Latest Answer : Bash supports 4 prompts:PS1 - the default promptPS2 - for multi-line inputPS3 - printed for the select commandPS4 - printed before output if set -x is set(see http:// www . gnu . org/software/bash/manual/bashref . html )The first two are common to the ... ls stands for list; so it displays the list of the files that starts with 'chapter' with suffix '1' to '5', chapter1, chapter2, and so on. Latest Answer : ls -x displays the list of contents in linewise instead of column wise ... Yes, ‘mkfs’ is used to create a new file system. Latest Answer : Yes,mkfs -t filesystem device name.for e.gmkfs -f ext3 /dev/hda2 ... $ echo *It is similar to 'ls' command and displays all the files in the currentdirectory. Latest Answer : Ya u r correct, $echo * will give u the files in the current directory similar to ls command. ... Which command is used to delete all files in the current directory and all its sub-directories? rm -r * cmp - Compares two files byte by byte and displays the first mismatchdiff - tells the changes to be made to make the files identical Latest Answer : 'cmp' and 'diff' both command are used to list the differences, the difference between both the command is that 'cmp' is used to find the difference between files whereas 'diff' is used to find the difference between directories.cmp ... 1. Output of who should be displayed on the screen with value of total number of users who have logged in displayed at the bottom of the list.2. Output of ls should be displayed on the screen and from Latest Answer : 1. who | tee /dev/pts/4 | cut -d " " -f 1 | uniq | echo "no of users logged in are `wc -l`" who - displays all the loged in users tee - pass the who output to terminal output /dev/pts/4 and also to cut command. where /dev/pts/4 is the ... df -h Latest Answer : use "df -k" or "df -h" ... Latest Answer : both are same. daemons are the background processes in unix. similarly background processes in windows are called as service agents or service processes. ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||