{"/api/v1/ncpl/currencies/getAll":{"body":[{"Name":"U.S. Dollar","Code":"USD","Symbol":"$","Separator":".","Culture":"en-US"},{"Name":"Euro","Code":"EUR","Symbol":"€","Separator":",","Culture":"en-US"},{"Name":"British Pound","Code":"GBP","Symbol":"£","Separator":".","Culture":"en-US"},{"Name":"Canadian Dollars","Code":"CAD","Symbol":"C$","Separator":".","Culture":"en-US"},{"Name":"Australian Dollars","Code":"AUD","Symbol":"A$","Separator":".","Culture":"en-US"},{"Name":"Indian Rupees","Code":"INR","Symbol":"Rs","Separator":".","Culture":"en-US"},{"Name":"China Yuan RMB","Code":"CNY","Symbol":"¥","Separator":".","Culture":"en-US"}],"status":200,"statusText":"OK"},"/api/v1/ncpl/usermanagement/uiuser/getHeaderUserInfo:\"{\\\"hideSupportPin\\\":true}\"":{"body":{"__ctxId":"CCDE68874A1C4280AB22CFCAD2C04DAB","__isError":true,"__errorType":"Nc.Platform.Abstractions.UnauthorizedException","Http_WWW_Authenticate":"Bearer","StatusCode":"Unauthorized","LogLevel":3,"Message":"","InnerException":null,"HelpLink":null,"Source":"Nc.Security.Middleware"},"status":401,"statusText":"Unauthorized"},"/api/v1/ncpl/cart/user/getShoppingCartSummary:\"{\\\"finalTotalOnly\\\":true}\"":{"body":null,"status":200,"statusText":"OK"}}

How to change a working directory

cd

Change Directory - change the current working directory to a specific Folder.

The syntax is cd followed by the name of the directory you want to go to.

For example:

cd /home/user/public_html  to change the current working directory  to /home/user/public_html.

The '/' indicates the path relative to the root directory, and no matter what directory you are in when you execute this command, the directory will be changed to /home/user/public_html.

cd public_html/ to change the current working directory to public_html/, relative to the current location which is /home/user. The full path of the new working directory is /home/user/public_html.


cd ..                                        Move to the parent directory of the current directory. This command

                                              will make the current working directory "/home.


cd ~                                        Move to the user's home directory which is "/home/username".

                                              The '~' indicates the users home directory.

Updated
Viewed
54967 times
{}

Need help? We're always here for you.

notmyip