Operating Systems: Unix/Linux Commands and Android
Test your knowledge of Unix/Linux commands, system administration tasks, and Android operating system history and characteristics
Questions
Android is closed operating system.
- True
- False
Google acquired Android in
- 2001
- 2004
- 2005
- 2006
Android has ...... lines of code.
- 8 million
- 10 million
- 15 million
- 12 million
The first commercially available phone to run the Android operating system was the
- HTC Dream
- Samsung
- Motorolla
- LG
Which databse is used for storage purpose.
- Oracle
- SQL Express
- SQLite
- DB2
Android is programmed in
- C ,Java
- C,C++,Java
- Java,linux
- Java ,Pearl
what is the command to stop mysql replication on slave server?
- stop slave
- service mysql stop
- shutdown
- service mysql restart
what is the file to edit default limits of server?
- /etc/securitty
- /etc/limit
- ulimit
- /etc/security/limits.conf
how to find what day does dec 1 fall on?
- $date -day 'Dec 1' +%A
- $date --date='1 Dec' +%A
- $date -day '1 Dec'' +%A
- $date day=1 Dec
Only way to kill defunct process is find the parent process id of the defunct process and then kill that parent process.
- True
- False
Which is the innermost layer in Unix Operating system
- Shell
- Kernal
- Hardware
- Terminal
What is the program that starts running for you when you login and dies when you log out.
- Shell
- Terminal
- Kernal
- tty
"echo" is an internal command
- True
- False
What is the output of $bc 9/5
- 1
- 1.8
- 1.80
- 2
What is the command used to find out the time taken to perform an operation.
- cputime
- time
- cmdusage
- timer
How will you calculate CPU time used to perform an action
- System time + Real Time
- Time + Real Time
- User Time + Real Time
- User Time + System Time
Unix files has end of file mark
- True
- False
To get a recursive list what option is used with "ls" command.
- -R
- -r
- -a
- -rs
What command tells you the type of file beyond the normal 3 categories.
- type
- file
- filetype
- ls
What is the size of the file /dev/null
- 100 Bytes
- 200 Bytes
- 0 Bytes
- Unlimited