# 먼저 login
# 비번은 가능하면 kwallet이나 gnome keyring 같은 것을 사용할 것
maga-login <your@email.com> <password>
mega-ls
# 로그인 사용자가 누구인가?
mega-whoami
# 현재 세션을 저장한 상태로 로그아웃
mega-logout --keep-session
Logging out...
Session closed but not deleted. Warning: it will be restored the next time you execute the application. Execute "logout" to delete the session permanently.
You can also login with the session id: <매우길고복잡한SessionID>
# 위에서 출력된 긴 세션 ID 값으로 다시 로그인가능. 이메일과 비번 불필요.
mega-login <매우길고복잡한SessionID>
# 그냥 logout은 세션을 삭제한다.
mega-logout