Question: Given a child directory named 'test' directly below a user named 'alice' on an Ubuntu linux system. Choose the command that will produce the same
Given a child directory named 'test' directly below a user named 'alice' on an Ubuntu linux system. Choose the command that will produce the same results as this command: ls -al /home/$USER/test 1). ls -al /home/alice/test 2). ls /home/alice/text 3). ls -al $HOME/alice/test 4). ls -al $HOME/$USER/test
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
