Which of the following files is for all bash shell users and executed only at login? ~/...
Introduction to Linux I
Which of the following files is for all bash shell users and...
Which of the following files is for all bash shell users and executed every time a bash shell is...
Which of the following files is specific to each user and...
Which of the following files is specific to each user and executed only during login? ~/...
Which of the following files is specific to each user and...
Which of the following files is specific to each user and executed every time a bash shell is...
The path testdir/file.txt is:
The path testdir/file.txt is: An invalid path A relative path A circular path An absolute path
The path /data/file.txt is:
The path /data/file.txt is: A circular path An absolute path A relative path An invalid path
The /sbin directory contains:
The /sbin directory contains: Commands that have been compiled from local sources Nothing; it is...
The /bin directory contains:
The /bin directory contains: Nothing; it is not a valid directory The most fundamental commands...
The PATH variable will be used under which situation?
The PATH variable will be used under which situation? The command is an alias. The command is not...
Environment variables are:
Environment variables are: Only available to the shell they are created in Are not a valid type of...
Which of the following will create a variable?
Which of the following will create a variable? VAR+value VAR=value VAR value Var~value
The PATH environment variable is used for:
The PATH environment variable is used for: Specifying locations that are writable for the user...
Environment variables can be viewed by running: (choose two)
Environment variables can be viewed by running: (choose two) export -e vars export -p env
To process a script file in the current context, you execute:...
To process a script file in the current context, you execute: (choose two) . include source exec
To view all current variables, you can use:
To view all current variables, you can use: dump var view set