![]() |
| 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 ... 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 ... $ 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 ... Latest Answer : chmod ... Latest Answer : It is inside /stand directory with name of "vmunix". ... Read Answers (3) | Asked by : SAJIT KUMAR Write a shell script to list only the hidden files in the current directories? What is the o/p of following command $a =*, echo $a, echo "$a"? Which of the following is allowed in an arithmetic involving expr instruction. [],{},()? If values "hi", "Hello","Bye","Good Bye" are supplied to the following statement what will be the o/p read n1,n2 , echo $n1 $n2? How do you know that how many commands can be stored in the buffer in one session? How will u list the contents of parent directory from the current directory? What are the default system wide permissions for a file and directory? What is the default umask value?A user is not able to change the permission , What can it happen? What's the difference between ls -F , ls -p? If a file permission are 000, can the superuser still read and write to that file.? What's the command to remove the files without write permission? How will u make sure that no one can see the files
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||