Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Unix Op System What does the ls command do? . How do you display the name of the current working directory? After issuing the command
Unix Op System
- What does the ls command do?
.
- How do you display the name of the current working directory?
- After issuing the command ls F you see the following list of files:
current@ myprogram* project project2 myscript*
- What does the asterisk (*) at the end of myscript mean?
- After issuing the command ls l you see the following:
rbass@Titan:~$ ls -l
total 12
-rw-rw-rw- 1 rbass rbass 25 Jan 31 2019 callmenu.py
-rw-rw-rw- 1 rbass rbass 307 Jun 16 04:43 echoout
lrwxrwxrwx 1 rbass rbass 5 Aug 9 03:18 jlink -> junk6
-rw-rw-rw- 2 rbass rbass 797 Aug 3 08:12 junk6
-rwxrw-rw- 1 rbass rbass 497 Jan 31 2019 samplescript
drwxrwxrwx 1 rbass rbass 4096 Jun 20 13:57 two
- Identify the file type for each line shown above.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started