what is command like " #(cd unixos; pwd) " tell me OUTPUT
Answers were Sorted based on User's Feedback
Answer / pravin virkud
first it will change the directory to unixos and then gives
the output as /<absolute path>/unixos
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / ramya
it is two commands runnung one by one.first the cd unixos
command will be executed,then the present working directory
will work.so the output will be showing the presentworking
dirctory that is unixos dir.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / louis
the commands in () will be lanched in a new (sub-)shell
in this shell you will change dir or have an error (no dir),
and have you current dir
all the display of potential error and the working directory
will be displayed in the subshell and thus you will not see
the outputs
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / praveen
[root@localhost ~]# (cd unixos;pwd)
o/p:-/root/unixos
[root@localhost ~]#
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pavan
it will enter into the directory unixos with cd unixos
Then pwd is used fro printing the working directory.
if the directory in home then o/p will be
========/home/unixos/
if it is a sub directory of some directory then o/p will be
=======/home/user/om/unixos/
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ron
o/p will be /../unixos....depending on which filepath u are
in ..like for ex..
if u are in /home nd unixos is any user name directory....
then the o/p will be /home/unixos...
else if unixos is just any directory then o/p will
be /../../unixos...the filesystem path will be shown under
which /unixos is located...........
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ram
When you run this command the output will be the exiting the process which are running in the backgroud.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / akj504
WRONG when I hit this command no output or error is printed.
| Is This Answer Correct ? | 4 Yes | 7 No |
How do I clear my run history?
How will retrieves incoming mails from different web sites
What is the difference between command ‘ping’ and ‘ping6’?
What does curl command do in linux?
Which two commands can you use to delete directories?
How many interfaces(ethernet cards) are working using single command?
Which of the following tasks cannot be accomplished with the touch command?
what is the UID and GID of root user? Can a normal user can change the ownership of a file? what is the command to change ownership of a file?
What is trusted/untrusted operating system?
You wish to restore the file memo.ben which was backed up in the tarfile mybackup.tar. What command should you type?
What would be the result of the command paste -s dog cat?
What are linux commands useful?