WorksheetsServer I Week 5
Total questions: 48
Worksheet time: 24mins
What is the name of a Linux command used for renaming files and directories?
rm
ps
mv
ls
Which of the following commands allows for moving one
level up in Linux directory tree?
cd -
cd ..
cd /
cd .
when creating soft link ,if the original file has been removed it won`t be useful any more ?
True
False
what is the Linux command segment used to append data to the "s.txt" file ?
echo "Hey Ubuntu "
echo "Hey Ubuntu " > s.txt
ls >> s.txt
echo "Hello " > s.txt
What is the name of a Linux command used for count the number of lines in a file ?
wc a.txt
count -l a.txt
wc -l a.txt
wc -w a.txt
Which Command Shows Permissions in Files
ls -l
ls -a
ls -h
ls -r
What single character can be used to refer to the active user's home directory?
^
$
~
there is none
If I am in the /home/tator directory and run the command cp Desktop/file1.txt Desktop/file2.txt I am using what type of path for the files?
Parent
Absolute
Relative
Cousin
What is the command to list hidden files & directory?
ls -l
ls -a
ls
None of these
Which of the following commands allows for moving one level up in Linux directory tree?
cd -
cd /
cd --
cd ~
Which permission amongst the following allows only groups to read and execute the file and denies all user as well as others to read, write and execute ?
rwxrwx---
rw-r-x--x
---r-x---
r-x-w-rwx
How to make a file executable the right way?
chmod 777
chmod a-x
chmod +x
chmod 400
Moves to the root directory
cd ~
cd \
cd /
cd ..
The following command can list out all the current active logins.
A - whoami
B - who am i
C - who
D - None of the above.
The mv command changes
Only the directory entry
Only the directory entry and i-node
Only the i-node number
None of the above
change permission of a file to rw-r--r-x?
chmod 546 file
chmod 642 file
chmod 645 file
chmod 655 file
which of the following command deletes directory along with its subdirectory and files?
rm -a
rm -rf
rmdir
rm
use of CAT command
allows you to create single
multiple files, view contents of file
redirect output in terminal or files
All Of the Above
chmod 744 ?
The first number stands for the user who is associated with the file
The second number is for the group associated with the file
The third number is associated with everyone else who is not a part of the user or group
All of these
System root directory
/root
/
Root users home directory
/
/root
Displays the current month with current month highlighted
calendar
cal
month
Waits a number of seconds Sometimes used in scripts
time
wait
sleep
Displays how long it takes to execute a command
time
date
sleep
The command which helps to travel inside in the system, change and switch directory
pwd
cd
ls
Print name of current working directory, shows where you at at the moment
ls
pwd
ls -l
Listing of files and directory's of current directory, short listing
ll
ls
ls -l
How do you clear your screen
ctrl C
ctrl D
ctrl L
How do you switch user, change user, change into users home directory
su
su -
switch user
How do you exit or log out of a user
exit
log out
User manual where definitions of many commands can be found
man string
man page
How do you exit from man pages, which key you can use on your keyboard
a
d
q
This command displays date and time
time
date
This command takes you to the start of the line
ctrl u
ctrl e
ctrl a
This command takes you to the end of the line
ctrl a
ctrl e
ctrl k
With this command bring you to Home directory
cd
cd ~
cd /
this command let you go to previous directory
cd -
cd ..
cd
This command let you go to parent directory
cd
cd ..
cd .
Path which start with "/"
Absolute
Relative
Path which starts without "/"
Relative Path
Absolute Path
List all hidden files
ls -l
ll
ls -a
Binary directory location of executable command files that all users can use
sbin
bin
system binary directory location of executable command files that ONLY superuser can use
sbin
bin
etc
Edible Text Configuration Directory, configuration file for the system
bin
etc
boot
user home directory are located under this directory
root
home
bin
Systems short-term memory
Hard Drive
ROM
RAM
Long-term storage, is where your software,documents and other files are located
RAM
Hard drive
CPU
