adplus-dvertising
frame-decoration

Question

Which of the following cryptic symbols are used in relative pathname?

a.

( . )

b.

( . . )

c.

$

d.

( . ) and ( . . )

Posted under UNIX

Answer: (d).( . ) and ( . . )

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following cryptic symbols are used in relative pathname?

Similar Questions

Discover Related MCQs

Q. $ cd . . is used to move ___ level up in the file hierarchy.

Q. $ cp file_01 copies the file named file_01 in ____ directory

Q. cd /bin/user/directory/abc is an example of relative pathname.

Q. The output of $HOME is an example of absolute pathname.

Q. The output of the following command is __________

$ cp abd/ .user_06

Q. For moving two level up in the file hierarchy system using cd command once, we separates ( . . ) by which symbol?

Q. Which option is used with ls command for long listing of files with seven attributes?

Q. Which option is used with ls to display attributes of the directory ?

Q. –a option is used with ls command for what purpose?

Q. Which option is used with ls command to produce multi columnar output?

Q. What is the collating sequence of ls command for listing files?

Q. How can we identify executables and directories from the output of ls command?

Q. $ ls -R outputs all files and subdirectories in a recursive manner.

Q. –r option is same as –R option in ls command.

Q. What does the –S option do in ls command?

Q. ls –s prints the allocated file size in blocks.

Q. Apart from displaying file contents, cat command is also used for _____ files.

Q. Multiple arguments as filenames can be specified in cat command.

Q. Which symbol is used with cat command for creating files?

Q. If we create a file using cat command with the same filename which already exists in the current directory then,