Font size
WorksheetsPARC Linux Basic Part 2
Total questions: 20
Worksheet time: 7mins
Where does the folder location for all running process information is stored?
/opt
/var
/run
/etc
/proc
home folder for every user in a linux system is located in...
/root
/opt
/srv
/home
/tmp
Shortcut to go to home to directory is
cd /
cd ..
cd ~
cd
cd /usr
Administrator is to Windows as ____ is to Linux
Owner
Guest
Root
Low priviledge user
Software distributed with all its source code, allowing developers to customize is called ....
Open source software
ISO Image
Closed source software
Proprietary
Free to use
What is the super user command prefix?
super
su
sudo
chmod
chown
man command is for ?
Make a file
adding new source
make a folder
provide description for command
to run a command as a root privilege
what is the command to create a folder `parc`
touch parc
mkdir parc
locate parc
man parc
make parc
what is the command to remove an empty folder `parc`.
rm -f parc
chmod parc
remove parc
del parc
rmdir parc
create a file name `parc-file`
man parc-file
mkdir parc-file
touch parc-file
echo > parc-file
make parc-file
history command is for .....
view recent update for linux
will show command that has been run before
to open manual page or description for command
to show content of a file
view the process running in the system
command cat is for .....
view recent update for linux
will show command that has been run before
to open manual page or description for command
to show content of a file
view the process running in the system
which command is used to install speedtest-cli?
sudo apt search speedtest-cli
sudo make speedtest-cli
sudo install speedtest-cli
sudo apt install speedtest-cli
sudo apt purge speedtest-cli
to view information about cpu, memory and running process
top
vim
history
locate
htop
change ownership of files/folder
chmod
diff
chown
change
apt
find a file name `army`
rm army
locate army
make army
search army
which army
search for text in a file
locate
grep
mkdir
which
htop
rename a file from `putera` to `army`
rm putera army
cp putera army
mv putera army
cd putera army
touch army
location of home folder for root user is located in .....
/
/usr/root
/home/root
/root
/var/root
to list a file and folder along with the hidden one.
ls -l
dir /a
ls -a
sl -a
ls -h
