Answer Posted / mohan
presently working in any directory.put this command " ls
~/.. "
Show the " /home " file system ,files and directory.
out put:
bash-3.00# pwd
/tmp
bash-3.00# ls ~/..
1 asjain13 dipankar ib082696 kedar
nathan orasit remedy santosh vijay
abc aslam divek ib082721 kiran
nayagam oratest ruba santoshw vijayk
appldev atul dj ib082801 lost+found
nilesh prakash sachin srinivas vinayak
appltest dan esaadmin ib083208 manmohan
nileshu prasanth sachinj sumit vsacomm
appluat dcops gopi jomy mohan
oradba prem sai sunila yogesh
ashok deepali ib081370 kamal monitor
oradev ramesh sandeepb thomasm
bash-3.00# cd /home
bash-3.00# pwd
/home
bash-3.00# ls
1 asjain13 dipankar ib082696 kedar
nathan orasit remedy santosh vijay
abc aslam divek ib082721 kiran
nayagam oratest ruba santoshw vijayk
appldev atul dj ib082801 lost+found
nilesh prakash sachin srinivas vinayak
appltest dan esaadmin ib083208 manmohan
nileshu prasanth sachinj sumit vsacomm
appluat dcops gopi jomy mohan
oradba prem sai sunila yogesh
ashok deepali ib081370 kamal monitor
oradev ramesh sandeepb thomasm
bash-3.00#
By
mohan.S
mohan4295@gmail.com
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is $0 bash?
What is .sh file?
What is sed awk grep?
Who invented grep?
What does the metacharacter mean?
What is a bash command?
What is the general format of unix command syntax?
What is the difference between cat command and more command?
What does the command ' $who | sort –logfile > newfile' do?
What is ctrl d?
What command is used to check the current users?
How do you grep a case insensitive?
Enlist some filename manipulation commands in unix.
Write a command to display a file’s contents in various formats?
How do I delete files from command prompt?